Skip to content

Commit 4950e3c

Browse files
authored
test: update 8th and emacs-lisp test commands (#1128)
1 parent 331bc71 commit 4950e3c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

workspace/test_configurations.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ func (c *TestConfiguration) GetTestCommand() (string, error) {
6262
// some tracks aren't (or won't be) implemented; every track is listed either way
6363
var TestConfigurations = map[string]TestConfiguration{
6464
"8th": {
65-
Command: "bash tester.sh",
66-
WindowsCommand: "tester.bat",
65+
Command: "8th -f test.8th",
6766
},
6867
// abap: tests are run via "ABAP Development Tools", not the CLI
6968
"awk": {
@@ -117,7 +116,7 @@ var TestConfigurations = map[string]TestConfiguration{
117116
Command: "elm-test",
118117
},
119118
"emacs-lisp": {
120-
Command: "emacs -batch -l ert -l *-test.el -f ert-run-tests-batch-and-exit",
119+
Command: "emacs -batch -l ert -l {{test_files}} -f ert-run-tests-batch-and-exit",
121120
},
122121
"erlang": {
123122
Command: "rebar3 eunit",

0 commit comments

Comments
 (0)