Skip to content

Commit

Permalink
Update test command for 8th track.
Browse files Browse the repository at this point in the history
  • Loading branch information
glennj authored Oct 13, 2023
1 parent 0e017aa commit 4ab30cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions workspace/test_configurations.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ func (c *TestConfiguration) GetTestCommand() (string, error) {
// some tracks aren't (or won't be) implemented; every track is listed either way
var TestConfigurations = map[string]TestConfiguration{
"8th": {
Command: "bash tester.sh",
WindowsCommand: "tester.bat",
Command: "8th test.8th",
},
// abap: tests are run via "ABAP Development Tools", not the CLI
"awk": {
Expand Down

0 comments on commit 4ab30cc

Please sign in to comment.