[Nice-commit] Nice/src/nice/tools/testsuite TestNice.java,1.24,1.25
Brought to you by:
bonniot
|
From: <bo...@us...> - 2003-04-26 12:44:19
|
Update of /cvsroot/nice/Nice/src/nice/tools/testsuite In directory sc8-pr-cvs1:/tmp/cvs-serv23509/src/nice/tools/testsuite Modified Files: TestNice.java Log Message: Added system error codes, to be able to use the testsuite in scripts. Index: TestNice.java =================================================================== RCS file: /cvsroot/nice/Nice/src/nice/tools/testsuite/TestNice.java,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** TestNice.java 26 Apr 2003 12:41:20 -0000 1.24 --- TestNice.java 26 Apr 2003 12:44:16 -0000 1.25 *************** *** 160,164 **** /** ! * Main method of the application; * * @param args console arguments --- 160,169 ---- /** ! * Main method of the application. ! * ! * Returns to the system with the code: ! * 0 if there are no regressions; ! * 1 if there was at least one regression; ! * 2 if there was at least one warning on no regression; * * @param args console arguments |