Skip to content
Snippets Groups Projects
Commit aaab500f authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

autotest: fixed directory for build_all.sh

parent 70d7a1f5
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ def dump_logs(atype): ...@@ -71,7 +71,7 @@ def dump_logs(atype):
def build_all(): def build_all():
'''run the build_all.sh script''' '''run the build_all.sh script'''
print("Running build_all.sh") print("Running build_all.sh")
if not util.run_cmd(util.reltopdir('Tools/scripts/build_all.sh')): if not util.run_cmd(util.reltopdir('Tools/scripts/build_all.sh'), dir=util.reltopdir('.')):
print("Failed build_all.sh") print("Failed build_all.sh")
return False return False
return True return True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment