New comment by Chocimier on void-packages repository https://github.com/void-linux/void-packages/pull/30109#issuecomment-816810017 Comment: Another testcase to remove (and report upstream if you care enough). We could use something like below to lower tests times. Taken from `run-tests.py`. if [ "$XBPS_CHECK_PKGS" = full ]; then python3 run-tests.py ${makejobs} else echo More will be run with XBPS_CHECK_PKGS=full python3 run-tests.py ${makejobs} test-s* fi @jnbr, @ericonr