... | @@ -47,6 +47,13 @@ rm -f $testarea/"$(basename $scripttoexecute)" $testarea/"$(basename $testinput) |
... | @@ -47,6 +47,13 @@ rm -f $testarea/"$(basename $scripttoexecute)" $testarea/"$(basename $testinput) |
|
exit $ret
|
|
exit $ret
|
|
~~~
|
|
~~~
|
|
|
|
|
|
|
|
config file:
|
|
|
|
~~~ { .bash }
|
|
|
|
testarea_local=/testarea
|
|
|
|
testarea=/srv/test-labgroup/$testarea_local
|
|
|
|
savetest="sudo -u tester_labgroup -- schroot -d /testarea -c testarea-labgroup --"
|
|
|
|
~~~
|
|
|
|
|
|
## Enable automatic evaluation.
|
|
## Enable automatic evaluation.
|
|
|
|
|
|
6. Copy to `inhander_youruser@dodo ~/testscripts/<COURSE>/<RELPATH>` (RELPATH given in point 2) all files from point 5 and test cases with correct outputs (generated with a script from point 4).
|
|
6. Copy to `inhander_youruser@dodo ~/testscripts/<COURSE>/<RELPATH>` (RELPATH given in point 2) all files from point 5 and test cases with correct outputs (generated with a script from point 4).
|
... | | ... | |