Skip to content

Commit

Permalink
Corrected path to sys tests
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Feb 4, 2020
1 parent c038452 commit 9cebf32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/sys-test
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import subprocess

try:
script_dir = os.path.dirname(os.path.realpath(__file__))
root = _path.normpath(_path.join(script_dir, '../../sys-test'))
root = _path.normpath(_path.join(script_dir, '../../sys_test'))

print('**** Running sys tests ****')
subprocess.check_call(['python3', '-m', 'unittest', 'discover', root])
Expand Down

0 comments on commit 9cebf32

Please sign in to comment.