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
This commit is contained in:
Sebastian Pop 2007-12-16 01:01:23 +00:00 committed by Sebastian Pop
parent c4b544b3c9
commit cf79e38637
2 changed files with 4 additions and 4 deletions

View 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.

View File

@ -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 () {