From: Jan-Benedict G. <jb...@us...> - 2006-02-03 07:08:26
|
Update of /cvsroot/linux-vax/toolchain/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32080 Modified Files: run_test_build.sh Log Message: - Remove a doubled line. Thanks to Maximilian Wilhelm. Index: run_test_build.sh =================================================================== RCS file: /cvsroot/linux-vax/toolchain/scripts/run_test_build.sh,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- run_test_build.sh 6 Jan 2006 10:27:51 -0000 1.20 +++ run_test_build.sh 3 Feb 2006 07:08:14 -0000 1.21 @@ -9,7 +9,6 @@ echo "ma...@ad... -- Email address/addresses to send result to. Beware, this is _one_ argument, use quotes" >&2 echo "/path/to/build.okay -- Location to save the build.log to IFF the build went okay" >&2 echo "/path/to/build.not-okay -- Location to save the build.log to IFF the build was unsuccessful" >&2 - echo "/path/to/build.not-okay -- Location to save the build.log to IFF the build was unsuccessful" >&2 echo "/path/to/lockfile -- GLOBAL lockfile for CVS/SVN updates and ALL and ANY builds" >&2 echo "/path/to/testresult_dir -- Results of the test suite are put here. Optional." >&2 exit 1 |