Changeset 8c28967


Ignore:
Timestamp:
May 26, 2021, 8:42:12 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
ab388c5
Parents:
7684557
Message:

Fix error archival to match setup.sh's expectation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/pybin/tools.py

    r7684557 r8c28967  
    387387        # make a directory for this test
    388388        # mkdir makes the parent directory only so add a dummy
    389         mkdir(os.path.join(dst, name ))
     389        mkdir( os.path.join(dst, "core") )
    390390
    391391        # moves the files
    392392        mv( core, os.path.join(dst, "core" ) )
    393         mv( exe , os.path.join(dst, name   ) )
     393        mv( exe , os.path.join(dst, "exe"  ) )
    394394
    395395        # return explanatory test
Note: See TracChangeset for help on using the changeset viewer.