Skip to content
Snippets Groups Projects
Commit 0641690a authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Don't change cwd to ctrl dir when running jsexec smoketest

parent 46f3affa
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -30,7 +30,7 @@ smoketest-jsexec-linux:
extends: .rules
script:
- cd src/sbbs3
- "*.exe.release/jsexec -c../../ctrl -r 'exit(42)'"
- "*.exe.release/jsexec -C -c../../ctrl -r 'exit(42)'"
dependencies: [sbbs-linux]
allow_failure:
exit_codes: 42
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment