Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VibhorCodecianGupta authored and VibhorCodecianGupta committed Aug 2, 2018
1 parent 8fbb90c commit 39a66c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
bash tests/nodejs8/test_worker.sh
}

@test "test perl" {
bash tests/perl/test_worker.sh
}
# @test "test perl" {
# bash tests/perl/test_worker.sh
# }

@test "test py2" {
bash tests/py2/test_worker.sh
Expand All @@ -41,7 +41,7 @@
}

@test "test R" {
bash tests/R/test_worker.sh
bash tests/r/test_worker.sh
}

@test "test ruby" {
Expand Down
2 changes: 1 addition & 1 deletion tests/r/test_worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docker run \
--read-only \
-v "$RUNBOX":/usr/src/runbox \
-v "$RUNBOX":/tmp \
-w /usr/src/runbox r \
-w /usr/src/runbox codingblocks/judge-worker-r \
bash -c "/bin/compile.sh && /bin/run.sh"

ls -lh ${RUNBOX}
Expand Down

0 comments on commit 39a66c4

Please sign in to comment.