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 2a8cb92f..039f6095 100755
--- a/all
+++ b/all
@@ -1,7 +1,7 @@
1make -s -j 1make -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 1000
5if { ../lua -W 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