evaleev / libint

Libint: high-performance library for computing Gaussian integrals in quantum mechanics
Other
218 stars 97 forks source link

eri/test finishs with exit-status 0 even on failure #195

Closed mbanck closed 2 years ago

mbanck commented 3 years ago

The eri test seems to always exit with status 0, even if there were failures during the test:

(unstable-i386-sbuild)root@kohn:/build/libint2-YxKbio/libint2-2.6.0/tests/eri# ./test 0 2 | grep failed | wc -l
31
(unstable-i386-sbuild)root@kohn:/build/libint2-YxKbio/libint2-2.6.0/tests/eri# ./test 0 2 > /dev/null; echo $? 
0