Skip to content

Commit

Permalink
Fix batch command
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras committed Sep 17, 2024
1 parent c3738a8 commit 9373853
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 9373853

Please sign in to comment.