aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/ChangeLog4
-rwxr-xr-xcontrib/patch_tester.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 197221d..e2ec786 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,5 +1,9 @@
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.
* prepare_patch.sh: New.
diff --git a/contrib/patch_tester.sh b/contrib/patch_tester.sh
index 9866b3d..55a8675 100755
--- a/contrib/patch_tester.sh
+++ b/contrib/patch_tester.sh
@@ -178,11 +178,7 @@ freport () {
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 () {