Skip to content

Commit

Permalink
2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
Browse files Browse the repository at this point in the history
	* patch_tester.sh: Don't save the script anymore.



git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130986 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
spop committed Dec 16, 2007
1 parent 7ef5005 commit 786d303
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions contrib/ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 0 additions & 4 deletions contrib/patch_tester.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 786d303

Please sign in to comment.