Skip to content

Commit

Permalink
Consistent with 8th docs.
Browse files Browse the repository at this point in the history
Thanks for spotting that.

Co-authored-by: Wilken Rivera <[email protected]>
  • Loading branch information
glennj and nywilken authored Oct 15, 2023
1 parent 4ab30cc commit e16f14a
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 @@ -62,7 +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: "8th test.8th",
Command: "8th -f test.8th",
},
// abap: tests are run via "ABAP Development Tools", not the CLI
"awk": {
Expand Down

0 comments on commit e16f14a

Please sign in to comment.