summaryrefslogtreecommitdiffstats
path: root/scripts/tet-trim.sh
diff options
context:
space:
mode:
authorroot <root@goofy-vm17.dsdev.sjc.redhat.com>2012-06-25 12:18:51 -0700
committerEndi Sukma Dewata <edewata@redhat.com>2012-06-25 14:35:14 -0500
commit0b18e8dd183bd1cfbb91c5ab39644480972dfeb4 (patch)
tree3eb0e9e9bf7c4533dd74468b7af46b3b11cef7c7 /scripts/tet-trim.sh
parentf4c2ed98efbf2925554727480a794968789c4125 (diff)
downloadpki-dev-0b18e8dd183bd1cfbb91c5ab39644480972dfeb4.tar.gz
pki-dev-0b18e8dd183bd1cfbb91c5ab39644480972dfeb4.tar.xz
pki-dev-0b18e8dd183bd1cfbb91c5ab39644480972dfeb4.zip
Added scripts to clean up repo and test results.
Diffstat (limited to 'scripts/tet-trim.sh')
-rwxr-xr-xscripts/tet-trim.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/tet-trim.sh b/scripts/tet-trim.sh
new file mode 100755
index 0000000..8b6f5fc
--- /dev/null
+++ b/scripts/tet-trim.sh
@@ -0,0 +1,7 @@
+#!/bin/sh -x
+
+SRC_DIR=`cd ../.. ; pwd`
+TET_DIR=$SRC_DIR/tet
+
+cd $TET_DIR/results
+rm -rf `ls | head -n -5`