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:
parent
c4b544b3c9
commit
cf79e38637
2 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Reference in a new issue