mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-14 22:38:46 +00:00
Fix reduce criteria
This commit is contained in:
@@ -53,7 +53,8 @@ if
|
||||
grep 'pointer from integer' outa.txt ||\
|
||||
grep 'incompatible implicit' outa.txt ||\
|
||||
grep 'excess elements in struct initializer' outa.txt ||\
|
||||
grep 'comparison between pointer and integer' outa.txt)
|
||||
grep 'comparison between pointer and integer' outa.txt ||\
|
||||
grep 'division by zero' outa.txt)
|
||||
then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user