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

Use non-buffered output for jsexec console (log) messages

parent 814aac27
No related branches found
No related tags found
No related merge requests found
Pipeline #7817 passed
......@@ -691,7 +691,7 @@ spec:
- .$[[ inputs.os ]]-test
script:
- tar -xzf "/tmp/gitlab-runner/$[[ inputs.os ]]-$[[ inputs.platform ]]-${CI_PIPELINE_ID}/sbbs-build.tgz"
- "SBBSCTRL=./ctrl src/sbbs3/*.exe.release/jsexec exec/tests/test.js"
- "SBBSCTRL=./ctrl src/sbbs3/*.exe.release/jsexec -f exec/tests/test.js"
needs:
- job: "$[[ inputs.os ]]-$[[ inputs.platform ]] [sbbs-build]"
artifacts: false
......
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