We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fbb90c commit 39a66c4Copy full SHA for 39a66c4
test.sh
@@ -28,9 +28,9 @@
28
bash tests/nodejs8/test_worker.sh
29
}
30
31
-@test "test perl" {
32
- bash tests/perl/test_worker.sh
33
-}
+# @test "test perl" {
+# bash tests/perl/test_worker.sh
+# }
34
35
@test "test py2" {
36
bash tests/py2/test_worker.sh
@@ -41,7 +41,7 @@
41
42
43
@test "test R" {
44
- bash tests/R/test_worker.sh
+ bash tests/r/test_worker.sh
45
46
47
@test "test ruby" {
tests/r/test_worker.sh
@@ -23,7 +23,7 @@ docker run \
23
--read-only \
24
-v "$RUNBOX":/usr/src/runbox \
25
-v "$RUNBOX":/tmp \
26
- -w /usr/src/runbox r \
+ -w /usr/src/runbox codingblocks/judge-worker-r \
27
bash -c "/bin/compile.sh && /bin/run.sh"
ls -lh ${RUNBOX}
0 commit comments