diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-04-13 17:03:16 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-04-13 17:03:16 +0100 |
commit | 89a67770e66d11740948e90a41db6cee0482cf8e (patch) | |
tree | be858515fb789a89d68f94975690ab019813726c /utils/get_last_test_db.sh |
new version.
Diffstat (limited to 'utils/get_last_test_db.sh')
-rwxr-xr-x | utils/get_last_test_db.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/get_last_test_db.sh b/utils/get_last_test_db.sh new file mode 100755 index 0000000..71ce4f1 --- /dev/null +++ b/utils/get_last_test_db.sh @@ -0,0 +1,3 @@ +#!/bin/sh +test=`echo $1 | sed s/://` +sqlitebrowser `/bin/ls -dtr /tmp/mauve_test/* | tail -1`/$test\(ZTestCases\)/mauve_test.db |