make it the same as the cgal_test created by create_internal_release

This commit is contained in:
Sylvain Pion
2007-02-15 22:33:49 +00:00
parent fb3feb3246
commit e033f248fb
+1 -1
View File
@@ -67,7 +67,7 @@ compile_and_run()
fi
echo "Executing \$1 ... "
echo
ulimit -t 3600
ulimit -t 3600 2> /dev/null
if eval \$COMMAND > \$OUTPUTFILE 2>&1 ; then
echo " succesful execution of \$1" >> \$ERRORFILE
else