2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00

Corrected a slight error reporting defect in the Boost Build's unit-testing system.

[SVN r78974]
This commit is contained in:
Jurko Gospodnetić
2012-06-17 14:44:41 +00:00
parent f7aeca291a
commit 6020b81c8d

View File

@@ -441,9 +441,8 @@ class Tester(TestCmd.TestCmd):
try:
if os.path.isabs(subdir):
if stderr:
print "You must pass a relative directory to subdir <"+subdir+">."
status = 1
print("You must pass a relative directory to subdir <%s>." %
subdir)
return
self.previous_tree = tree.build_tree(self.workdir)