From e7291157c681d493a7e889fa123618da954818cf Mon Sep 17 00:00:00 2001 From: Teddy Date: Wed, 30 Apr 2014 00:57:11 +0800 Subject: add load inst --- test_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_all.sh') diff --git a/test_all.sh b/test_all.sh index 4dda78e..03ff5d0 100755 --- a/test_all.sh +++ b/test_all.sh @@ -8,7 +8,7 @@ for file in $dir do gcc $file -o /dev/null &> /dev/null gcc_ret="$?" - ./cibic --sem $file &> /dev/null + ./cibic $file &> /dev/null ret=$? if [ $ret -ne $gcc_ret ]; then echo "Failed on $file" -- cgit v1.2.3-70-g09d2