Commit cf79e386 by Sebastian Pop Committed by Sebastian Pop

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
parent c4b544b3
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.
......
......@@ -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 () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment