aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pop <sebastian.pop@amd.com>2007-12-16 01:01:23 +0000
committerSebastian Pop <spop@gcc.gnu.org>2007-12-16 01:01:23 +0000
commitcf79e386370fc308919194aca227933b186250b8 (patch)
tree5033c12a4b442d087fa4b3cb5a5f357df53e36a7
parentc4b544b3c9272f9bfc27ad503b9cca0a5abb77bb (diff)
downloadgcc-cf79e386370fc308919194aca227933b186250b8.zip
gcc-cf79e386370fc308919194aca227933b186250b8.tar.gz
gcc-cf79e386370fc308919194aca227933b186250b8.tar.bz2
patch_tester.sh: Don't save the script anymore.
2007-12-15 Sebastian Pop <sebastian.pop@amd.com> * patch_tester.sh: Don't save the script anymore. From-SVN: r130986
-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 () {