We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305098e commit 6398eb3Copy full SHA for 6398eb3
std/test/detect.kk
@@ -30,7 +30,7 @@ fun main()
30
// basic escaping effort, TODO a version of run-system that accepts a list of args
31
"'" ++ arg ++ "'"
32
.join(" ")
33
- val cmd = "koka -e " ++ test-path.string ++ " -- " ++ args
+ val cmd = "koka -e " ++ test-path.string ++ " " ++ args
34
35
println(" + " ++ cmd)
36
val status = run-system(cmd)
0 commit comments