Skip to content

Commit

Permalink
revert to not using autodiscovery
Browse files Browse the repository at this point in the history
  • Loading branch information
dshikashio committed Oct 15, 2022
1 parent 469866e commit 61d9aad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions run_tests.bat
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
REM Use auto test discovery

python -m unittest discover
REM python -m unittest discover


REM If discovery doesn't work well:
REM need to split dbgeng instances into different processes
REM until its clear how to properly release all references to objects

REM python -m tests.test_idebugclient
REM python -m tests.test_target TestBasic
REM python -m tests.test_target TestTargetCreate
REM python -m tests.test_target TestTargetAttach1
REM python -m tests.test_target TestTargetAttach2
python -m tests.test_idebugclient
python -m tests.test_target TestBasic
python -m tests.test_target TestTargetCreate
python -m tests.test_target TestTargetAttach1
python -m tests.test_target TestTargetAttach2

0 comments on commit 61d9aad

Please sign in to comment.