Loading static/js/exercises.mjs +1 −2 Original line number Diff line number Diff line Loading @@ -286,8 +286,7 @@ export const pooltest = test("Pooltest Sommersemester 2022", async function () { await this.manualConfirmation() // TODO: check if everything was copied correctly this.verify("ls /resources/so_much").hasOutput("") this.verify("diff -r /resources/so_much /root/much &> /dev/null; if [ $? == 0 ]; then echo 'yes'; else echo 'no'; fi").hasOutput("yes") }) Loading Loading
static/js/exercises.mjs +1 −2 Original line number Diff line number Diff line Loading @@ -286,8 +286,7 @@ export const pooltest = test("Pooltest Sommersemester 2022", async function () { await this.manualConfirmation() // TODO: check if everything was copied correctly this.verify("ls /resources/so_much").hasOutput("") this.verify("diff -r /resources/so_much /root/much &> /dev/null; if [ $? == 0 ]; then echo 'yes'; else echo 'no'; fi").hasOutput("yes") }) Loading