opensc/tests
Ludovic Rousseau 2ea5ed8ddd Fix 'make check' when make --jobs= is used
The error was:
PASS: test-duplicate-symbols.sh
PASS: test-pkcs11-tool-allowed-mechanisms.sh
XFAIL: test-pkcs11-tool-test.sh
XFAIL: test-pkcs11-tool-test-threads.sh
PASS: test-manpage.sh
FAIL: test-pkcs11-tool-sign-verify.sh
============================================================================
Testsuite summary for OpenSC 0.22.0-rc1
============================================================================
============================================================================
See tests/test-suite.log
Please report to https://github.com/OpenSC/OpenSC/issues
============================================================================

This is because more than 1 test is executed at the same time. So
card_cleanup() is called at the end of one test while another test is
still running.
The problem is easy to replicate using "make --jobs=2".
2021-05-06 15:05:15 +02:00
..
Makefile.am Fix 'make check' when make --jobs= is used 2021-05-06 15:05:15 +02:00
common.sh tests: Add correct path to enable out-of-source build 2021-05-05 14:22:58 +02:00
test-duplicate-symbols.sh tests: Add correct path to enable out-of-source build 2021-05-05 14:22:58 +02:00
test-fuzzing.sh Generalized fuzzing script 2019-01-30 21:57:59 +01:00
test-manpage.sh tests: Add correct path to enable out-of-source build 2021-05-05 14:22:58 +02:00
test-pkcs11-tool-allowed-mechanisms.sh tests: Remove files after disclean 2021-05-05 14:22:58 +02:00
test-pkcs11-tool-sign-verify.sh tests: Add correct path to enable out-of-source build 2021-05-05 14:22:58 +02:00
test-pkcs11-tool-test-threads.sh tests: Add correct path to enable out-of-source build 2021-05-05 14:22:58 +02:00
test-pkcs11-tool-test.sh tests: Add correct path to enable out-of-source build 2021-05-05 14:22:58 +02:00