summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-12-31 20:04:32 +0200
committerLars Wirzenius <liw@liw.fi>2016-12-31 20:04:32 +0200
commit34d0f12220617349b693400f3b4a5f67c961d6f2 (patch)
treeddd577bfadf0ab60355b81f0a313fc85ceb6afe9 /yarns
parent2076d9d0e1a6d17eb5de54a501fc5293386f1ad5 (diff)
downloaddistix-34d0f12220617349b693400f3b4a5f67c961d6f2.tar.gz
Implement getting tickets via unique id prefix
Diffstat (limited to 'yarns')
-rw-r--r--yarns/900-implements.yarn6
1 files changed, 0 insertions, 6 deletions
diff --git a/yarns/900-implements.yarn b/yarns/900-implements.yarn
index a84f7c8..da62298 100644
--- a/yarns/900-implements.yarn
+++ b/yarns/900-implements.yarn
@@ -60,13 +60,7 @@ b
echo 0 > "$DATADIR/attempt.exit"
else
echo "$?" > "$DATADIR/attempt.exit"
- echo ============= distix stdout
- cat "$DATADIR/attempt.stdout"
- echo ============= distix stderr
- cat "$DATADIR/attempt.stderr"
- echo ============= distix output end
fi
- exit 1
IMPLEMENTS WHEN user sets all tickets in (\S+) to (\S+)
cd "$DATADIR/$MATCH_1"