Skip to content

Commit

Permalink
[TESTS][Fix tests]
Browse files Browse the repository at this point in the history
  • Loading branch information
volkov7 committed Mar 20, 2021
1 parent da02fab commit a1769f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_dir/integration/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
valgrind_trace = "last_valgrind_output"

path_to_output = "output"
os.system("mkdir -p {}".format(path_to_output))
os.system("rm -f {}/user_out_* {}/test_out*".format(path_to_output, path_to_output))

offs = 30 #Offset for string succcess or failure
Expand Down

0 comments on commit a1769f4

Please sign in to comment.