Skip to content

Commit

Permalink
add terminator argument --
Browse files Browse the repository at this point in the history
without this postfix the `.bat` does not complete all tests. or indeed any tests.
  • Loading branch information
zeffii authored Jun 7, 2021
1 parent 2c1026c commit dffc738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests_win.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ echo off
set arg1=%1

shift
%arg1% -b --addons sverchok --python utils/testing.py --python-exit-code 1
%arg1% -b --addons sverchok --python utils/testing.py --python-exit-code 1 --

0 comments on commit dffc738

Please sign in to comment.