We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0563ecf commit d0e986cCopy full SHA for d0e986c
tests/swift/test_worker.sh
@@ -22,7 +22,7 @@ docker run \
22
--rm \
23
--read-only \
24
-v "$RUNBOX":/usr/src/runbox \
25
- # -v "$RUNBOX":/tmp \
+ -v "$RUNBOX":/tmp \
26
-w /usr/src/runbox codingblocks/judge-worker-swift \
27
bash -c "/bin/compile.sh && /bin/run.sh"
28
0 commit comments