Skip to content

Commit

Permalink
remove delete exe
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWibking committed Dec 16, 2024
1 parent e9a20b8 commit 6ab39e5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions regtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1244,10 +1244,6 @@ def test_suite(argv):
file_path = os.path.join(output_dir, file_name)
os.remove(file_path)

# delete executable
suite.log.log("removing executable from test directory...")
os.remove(executable)

# switch to the full test directory
os.chdir(suite.full_test_dir)

Expand Down

0 comments on commit 6ab39e5

Please sign in to comment.