aboutsummaryrefslogtreecommitdiff
path: root/all
diff options
context:
space:
mode:
Diffstat (limited to 'all')
-rwxr-xr-xall2
1 files changed, 1 insertions, 1 deletions
diff --git a/all b/all
index 8f78ee4d..2a8cb92f 100755
--- a/all
+++ b/all
@@ -2,7 +2,7 @@ make -s -j
2cd testes/libs; make -s 2cd testes/libs; make -s
3cd .. # back to directory 'testes' 3cd .. # back to directory 'testes'
4ulimit -S -s 2000 4ulimit -S -s 2000
5if { ../lua all.lua; } then 5if { ../lua -W all.lua; } then
6 echo -e "\n\n final OK!!!!\n\n" 6 echo -e "\n\n final OK!!!!\n\n"
7else 7else
8 echo -e "\n\n >>>> BUG!!!!\n\n" 8 echo -e "\n\n >>>> BUG!!!!\n\n"