Parent Directory
|
Revision Log
|
Patch
revision 25 by nigel, Sat Feb 24 21:38:45 2007 UTC | revision 33 by nigel, Sat Feb 24 21:39:01 2007 UTC | |
---|---|---|
# | Line 33 fi | Line 33 fi |
33 | ||
34 | if [ $do1 = yes ] ; then | if [ $do1 = yes ] ; then |
35 | echo "Testing main functionality (Perl compatible)" | echo "Testing main functionality (Perl compatible)" |
36 | ./pcretest testinput testtry | ./pcretest testinput1 testtry |
37 | if [ $? = 0 ] ; then | if [ $? = 0 ] ; then |
38 | $cf testtry testoutput | $cf testtry testoutput1 |
39 | if [ $? != 0 ] ; then exit 1; fi | if [ $? != 0 ] ; then exit 1; fi |
40 | else exit 1 | else exit 1 |
41 | fi | fi |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |