mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-23 05:46:11 +01:00
more debugging
This commit is contained in:
parent
a5c423183a
commit
f3119b0fcf
@ -15,7 +15,7 @@ baselinesPath = os.path.join( catchPath, 'projects/SelfTest/Baselines/approvedRe
|
||||
rawResultsPath = os.path.join( catchPath, 'projects/SelfTest/Baselines/_rawResults.tmp' )
|
||||
filteredResultsPath = os.path.join( catchPath, 'projects/SelfTest/Baselines/unapprovedResults.txt' )
|
||||
|
||||
print "len(sys.argv) = " + len(sys.argv)
|
||||
print "len(sys.argv) = " + str(len(sys.argv))
|
||||
print "sys.argv[0] = " + sys.argv[0]
|
||||
print "sys.argv[1] = " + sys.argv[1]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user