2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 00:12:11 +00:00
[SVN r49785]
This commit is contained in:
Vladimir Prus
2008-11-16 12:46:11 +00:00
parent c032e1be81
commit bed238bee8

View File

@@ -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: