fixup windows tests per jangko 👍

This commit is contained in:
Andy Davidoff 2020-02-23 11:23:27 -05:00 committed by zah
parent 3917c6a663
commit 33e4c2fd6c
1 changed files with 4 additions and 2 deletions

View File

@ -12,5 +12,7 @@ requires "json_serialization"
requires "https://github.com/status-im/testutils < 2.0.0"
task test, "run CPU tests":
exec "testrunner tests"
when defined(windows):
exec "cmd.exe /C testrunner.cmd tests"
else:
exec "testrunner tests"