aboutsummaryrefslogtreecommitdiff
path: root/utils/get_last_test_log.sh
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2017-08-01 10:19:21 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2017-08-01 10:19:21 +0100
commit8a45a5152f953c5573bd18a3bd8b0785f3dea513 (patch)
treeabb9828e1a6c4cf727080a61e666873306444f7a /utils/get_last_test_log.sh
parent499b54c5b81bdd63f622e99a9dc0dbaf08bc8d01 (diff)
Removed lots of cruft, and merged the example.conf with etc/mauveserver.conf
Diffstat (limited to 'utils/get_last_test_log.sh')
-rwxr-xr-xutils/get_last_test_log.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/get_last_test_log.sh b/utils/get_last_test_log.sh
deleted file mode 100755
index 26597d0..0000000
--- a/utils/get_last_test_log.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-test=`echo $1 | sed s/://`
-less `/bin/ls -dtr /tmp/mauve_test/* | tail -1`/$test\(ZTestCases\)/log000001