Closed ginggs closed 5 years ago
I get the following test failures when building the 2.81.4 package for Debian (2.81.3 was fine):
====================================== yabasic 2.81.4: ./test-suite.log ====================================== # TOTAL: 21 # PASS: 19 # SKIP: 0 # XFAIL: 0 # FAIL: 2 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: tests/run_in_script.sh ============================ Did not find expected string >>Echo of 18188<< Found this instead: abc ---Program done, press RETURN--- FAIL tests/run_in_script.sh (exit status: 1) FAIL: tests/inkey.sh ==================== Did not find expected string >>Echo of A<< Found this instead: abc ---Program done, press RETURN--- FAIL tests/inkey.sh (exit status: 1)
Preventing the tests from running in parallel allowed them to pass.
i.e. I added the following to debian/rules:
debian/rules
override_dh_auto_test: dh_auto_test --no-parallel
I get the following test failures when building the 2.81.4 package for Debian (2.81.3 was fine):