Skip to content

Commit

Permalink
leave svn-specific note in test as breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
cdsontag committed Jun 9, 2016
1 parent 8e9d3d8 commit 5905d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pyraf/subproc.py
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ def run(self, timeout=5):
def test(fout = sys.stdout):
fout.write("Starting test ...\n")
assert hasattr(fout, 'write'), "Input not a file object: "+str(fout)
print "\tOpening subprocess:"
print "\tOpening subprocess (git version):"
p = Subprocess('cat', expire_noisily=1) # set to expire noisily...
print p
print "\tOpening bogus subprocess, should fail:"
Expand Down

0 comments on commit 5905d67

Please sign in to comment.