]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
patch_tester.sh: Don't save the script anymore.
authorSebastian Pop <sebastian.pop@amd.com>
Sun, 16 Dec 2007 01:01:23 +0000 (01:01 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Sun, 16 Dec 2007 01:01:23 +0000 (01:01 +0000)
2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>

* patch_tester.sh: Don't save the script anymore.

From-SVN: r130986

contrib/ChangeLog
contrib/patch_tester.sh

index 197221d67b1c2e2e827af381815ebe7f0b5f452b..e2ec78634f2c6a5dc630d78549b6e71f17e30d6c 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 9866b3d0d3e9ec26b9e8ab4b88749f5618889024..55a86757b3e36272190f2ef5fe9ae1e9f2787ddd 100755 (executable)
@@ -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 () {