Browse Source

autotest: fixed directory for build_all.sh

master
Andrew Tridgell 13 years ago
parent
commit
c3d6e64efb
  1. 2
      Tools/autotest/autotest.py

2
Tools/autotest/autotest.py

@ -71,7 +71,7 @@ def dump_logs(atype): @@ -71,7 +71,7 @@ def dump_logs(atype):
def build_all():
'''run the build_all.sh script'''
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")
return False
return True

Loading…
Cancel
Save