Skip to content

Commit

Permalink
remove append path in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Antares0982 committed Jan 1, 2025
1 parent 27c39d5 commit a8d8112
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/all_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,5 @@
runner = unittest.TextTestRunner()
#
sys.path.append(os.path.dirname(cur_path))
sys.path.append("build")
result = runner.run(suite)
exit(0 if result.wasSuccessful() else 1)

0 comments on commit a8d8112

Please sign in to comment.