Try linking headers before running b2 -n

The uuid tests depend on soft linked headers, so they were failing.
This commit is contained in:
Daniel James
2018-03-29 21:36:46 +01:00
parent 9c77481910
commit 07fbbd25d7

View File

@@ -48,6 +48,7 @@ class script(script_common):
# we will not get build system errors from things like missing
# test files.
utils.check_call("b2","headers")
utils.check_call("b2","-n")
os.chdir(os.path.join(self.root_dir,"status"))
utils.check_call("b2","-n","-d0")