File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 29
29
- name : Run the actual runpipe tests
30
30
working-directory : judge/runpipe_test
31
31
run : make test
32
+ - name : Run the actual runguard tests
33
+ working-directory : judge/runguard_test
34
+ run : make test
32
35
Original file line number Diff line number Diff line change @@ -143,14 +143,13 @@ if [ $PIN_JUDGEDAEMON -eq 1 ]; then
143
143
fi
144
144
section_end more_setup
145
145
146
- # section_start runguard_tests "Running isolated runguard tests"
146
+ section_start runguard_tests " Running isolated runguard tests"
147
147
sudo addgroup domjudge-run-0
148
148
sudo usermod -g domjudge-run-0 domjudge-run-0
149
149
cd ${DIR} /judge/runguard_test
150
150
151
- sleep 10000
152
- # make test
153
- # section_end runguard_tests
151
+ make test
152
+ section_end runguard_tests
154
153
155
154
section_start start_judging " Start judging"
156
155
cd /opt/domjudge/judgehost/
You can’t perform that action at this time.
0 commit comments