Changeset 3eab308c


Ignore:
Timestamp:
Aug 24, 2017, 3:09:05 PM (7 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
28e58fd, c04531fc, f676b84
Parents:
1ae39f6e
Message:

fix input-file bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/test.py

    r1ae39f6e r3eab308c  
    174174        if make_ret == 0 :
    175175                # fetch optional input
    176                 stdinput = "< .in/%s.txt" % test.name if isfile(".in/%s.txt" % test.path) else ""
     176                stdinput = "< .in/%s.txt" % test.name if isfile(".in/%s.txt" % test.name) else ""
    177177
    178178                if fileIsExecutable(test.name) :
Note: See TracChangeset for help on using the changeset viewer.