Skip to content

Commit

Permalink
Fixing html tests generation
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed Mar 20, 2018
1 parent c46a0cb commit 205c3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def gen_tests_html():
"""Generate tests/index.html for online testing"""
with pushd('tests'):
# ensure manager testsuite is writeable
os.chmod(os.path.join('suites', 'manager', 'data'), 0o777)
os.chmod(os.path.join('functionaltests', 'suites', 'manager', 'data'), 0o777)
sh('python gen_html.py > index.html')


Expand Down

0 comments on commit 205c3f1

Please sign in to comment.