diff --git a/workspace/test_configurations.go b/workspace/test_configurations.go index 715b6f1ac..a0daf7247 100644 --- a/workspace/test_configurations.go +++ b/workspace/test_configurations.go @@ -140,7 +140,7 @@ var TestConfigurations = map[string]TestConfiguration{ Command: "stack test", }, "j": { - Command: "jconsole -js \"exit echo unittest {{test_files}} [ load {{solution_files}}\"" + Command: `jconsole -js "exit echo unittest {{test_files}} [ load {{solution_files}}"` }, "java": { Command: "gradle test",