diff --git a/workspace/test_configurations.go b/workspace/test_configurations.go index 9fd549e26..6c5caff62 100644 --- a/workspace/test_configurations.go +++ b/workspace/test_configurations.go @@ -75,7 +75,7 @@ var TestConfigurations = map[string]TestConfiguration{ Command: "bal test", }, "batch": { - WindowsCommand: "call {{test_files}}", + WindowsCommand: "cmd /c {{test_files}}", }, "bash": { Command: "bats {{test_files}}",