Ignore:
Timestamp:
Jan 11, 2019, 3:21:59 PM (7 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
def9d4e
Parents:
0689cd9 (diff), 52ffa30 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/pybin/tools.py

    r0689cd9 r690166d  
    247247        if column:
    248248                cmd = "%s 2> /dev/null" % column
    249                 print(cmd)
    250249                proc = Popen(cmd, stdin=PIPE, stderr=None, shell=True)
    251                 proc.communicate(input=text)
     250                proc.communicate(input=text + "\n")
    252251        else:
    253252                print(text)
Note: See TracChangeset for help on using the changeset viewer.