mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 11:19:02 +08:00
output error messages in blas unit tests
This commit is contained in:
parent
b00a33bc70
commit
9fdb6a2ead
@ -27,11 +27,17 @@ else
|
||||
if [ -f $1.summ ]; then
|
||||
if [ `grep "FATAL ERROR" $1.summ | wc -l` -gt 0 ]; then
|
||||
echo -e $red "Test $1 failed (FATAL ERROR, read the file $1.summ for details)" $black
|
||||
echo -e $blue
|
||||
cat .runtest.log
|
||||
echo -e $black
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
if [ `grep "FAILED THE TESTS OF ERROR-EXITS" $1.summ | wc -l` -gt 0 ]; then
|
||||
echo -e $red "Test $1 failed (FAILED THE TESTS OF ERROR-EXITS, read the file $1.summ for details)" $black
|
||||
echo -e $blue
|
||||
cat .runtest.log
|
||||
echo -e $black
|
||||
exit 1;
|
||||
fi
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user