Skip to content

Commit 0706bdb

Browse files
BNAndrasIsaacGErikSchierboom
authored
Fix batch command (#1172)
Co-authored-by: Isaac Good <[email protected]> Co-authored-by: Erik Schierboom <[email protected]>
1 parent 3daad45 commit 0706bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace/test_configurations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ var TestConfigurations = map[string]TestConfiguration{
7575
Command: "bal test",
7676
},
7777
"batch": {
78-
WindowsCommand: "call {{test_files}}",
78+
WindowsCommand: "cmd /c {{test_files}}",
7979
},
8080
"bash": {
8181
Command: "bats {{test_files}}",

0 commit comments

Comments
 (0)