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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user