compatibility problem with shell on solaris
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
|
rm -f test.* *.out *.ioclog StreamDebug.log
|
||||||
for i in test*
|
for i in test*
|
||||||
do
|
do
|
||||||
if [ $i != testall -a -x $i ]
|
if [ $i != testall -a -x $i ]
|
||||||
@ -6,7 +7,7 @@ do
|
|||||||
if ! $i "$@"
|
if ! $i "$@"
|
||||||
then
|
then
|
||||||
echo -e "\033[31;7mFailed.\033[0m"
|
echo -e "\033[31;7mFailed.\033[0m"
|
||||||
(( fail++ ))
|
(( fail+=1 ))
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Reference in New Issue
Block a user