2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
* patch_tester.sh: Don't save the script anymore.
From-SVN: r130986
+2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
+
+ * patch_tester.sh: Don't save the script anymore.
+
2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
* patch_tester.sh: New.
cleanup () {
cd $SOURCE
-
- # FORNOW: Until this script is not committed to trunk, save and restore it.
- mv $SOURCE/contrib/patch_tester.sh $STATE
svn cleanup && svn revert -R . && svn st | cut -d' ' -f5- | xargs rm -v
- mv $STATE/patch_tester.sh $SOURCE/contrib/
}
selfexec () {