Skip to content

Commit

Permalink
fix: use hardcode paths
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jun 3, 2020
1 parent b6606c4 commit ee7f570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/scripts/search_system_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

for root, dirs, files in os.walk('build'):
if root.endswith(('system-tests')):
print(root.replace(".{}".format(os.sep), ''))
print(root.replace("./", '').replace(".\\", ''))

0 comments on commit ee7f570

Please sign in to comment.