head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.05.11.09.23.51; author adam; state Exp; branches; next ; commitid 7BgnpBeetMettnFG; desc @@ 1.1 log @sysbench: updated to 1.0.20 1.0.20 * build/CI/packaging: Add arm64 to Travis CI matrix * build/CI/packaging: add Ubuntu Focal * build/CI/packaging: remove Fedora Rawhide from CI matrix * build/CI/packaging: fix regression tests to work with MySQL 8.0.19+ * build/CI/packaging: fix macOS builds in Travis * build/CI/packaging: remove Ubuntu Disco (EOL) @ text @$NetBSD$ Don't install tests. --- tests/Makefile.am.orig 2020-04-24 15:51:47.000000000 +0000 +++ tests/Makefile.am @@@@ -20,7 +20,6 @@@@ AM_TESTS_ENVIRONMENT = \ TESTS = test_run.sh -test_SCRIPTS = test_run.sh EXTRA_DIST = $(test_SCRIPTS) \ README.md @@@@ -46,12 +45,6 @@@@ install_test_files: done \ done -dist-hook: - $(MAKE) INSTALL_TO_DIR="$(distdir)" install_test_files - -install-data-local: - $(MAKE) INSTALL_TO_DIR="$(DESTDIR)$(testdir)" install_test_files - uninstall-local: rm -f -r $(DESTDIR)$(testdir) @