Changeset e28d0f5


Ignore:
Timestamp:
Jul 14, 2016, 3:54:14 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
917f93c
Parents:
4e95b5c
Message:

fixed tests with input parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/test.py

    r4e95b5c re28d0f5  
    109109        if make_ret == 0 :
    110110                # fetch optional input
    111                 stdinput = "< .in/%s.txt" % test if isfile(".in/%s.txt" % test.path) else ""
     111                stdinput = "< .in/%s.txt" % test.name if isfile(".in/%s.txt" % test.path) else ""
    112112
    113113                if fileIsExecutable(test.name) :
Note: See TracChangeset for help on using the changeset viewer.