mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 00:12:11 +00:00
Fix typo
[SVN r49785]
This commit is contained in:
@@ -252,7 +252,7 @@ class Tester(TestCmd.TestCmd):
|
||||
break
|
||||
else:
|
||||
print "Cannot find built Boost.Jam"
|
||||
os.exit(1)
|
||||
sys.exit(1)
|
||||
|
||||
verbosity = ['-d0', '--quiet']
|
||||
if '--verbose' in sys.argv:
|
||||
|
||||
Reference in New Issue
Block a user