From cf79e386370fc308919194aca227933b186250b8 Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Sun, 16 Dec 2007 01:01:23 +0000 Subject: [PATCH] patch_tester.sh: Don't save the script anymore. 2007-12-15 Sebastian Pop * patch_tester.sh: Don't save the script anymore. From-SVN: r130986 --- contrib/ChangeLog | 4 ++++ contrib/patch_tester.sh | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 197221d67b1..e2ec78634f2 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2007-12-15 Sebastian Pop + + * patch_tester.sh: Don't save the script anymore. + 2007-12-15 Sebastian Pop * patch_tester.sh: New. diff --git a/contrib/patch_tester.sh b/contrib/patch_tester.sh index 9866b3d0d3e..55a86757b3e 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 () {