Loading static/js/exercises.mjs +7 −3 Original line number Diff line number Diff line Loading @@ -193,7 +193,11 @@ export const pooltest = test("Pooltest Sommersemester 2022", async function () { await this.manualConfirmation() this.verify('if [ -d /tmp/computational/linguistics/ ]; then echo "yes"; else echo "no"; fi').hasOutput("yes") await this.prepareWith(`mkdir -p /val && echo 'if [ -d /tmp/computational/linguistics/ ]; then echo "yes"; else echo "no"; fi' > /val/2h7je1.sh && chmod a+x /val/2h7je1.sh`) this.verify('/val/2h7je1.sh').hasOutput("yes") }) this.exercise("Löschen und Umbenennen von Ordnern und Dateien", async function () { Loading Loading
static/js/exercises.mjs +7 −3 Original line number Diff line number Diff line Loading @@ -193,7 +193,11 @@ export const pooltest = test("Pooltest Sommersemester 2022", async function () { await this.manualConfirmation() this.verify('if [ -d /tmp/computational/linguistics/ ]; then echo "yes"; else echo "no"; fi').hasOutput("yes") await this.prepareWith(`mkdir -p /val && echo 'if [ -d /tmp/computational/linguistics/ ]; then echo "yes"; else echo "no"; fi' > /val/2h7je1.sh && chmod a+x /val/2h7je1.sh`) this.verify('/val/2h7je1.sh').hasOutput("yes") }) this.exercise("Löschen und Umbenennen von Ordnern und Dateien", async function () { Loading