Skip to content

Commit

Permalink
Fix batch command (#1172)
Browse files Browse the repository at this point in the history
Co-authored-by: Isaac Good <[email protected]>
Co-authored-by: Erik Schierboom <[email protected]>
  • Loading branch information
3 people authored Sep 20, 2024
1 parent 3daad45 commit 0706bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace/test_configurations.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}}",
Expand Down

0 comments on commit 0706bdb

Please sign in to comment.