From: Jason Ish Date: Wed, 11 Dec 2019 16:29:28 +0000 (-0600) Subject: integration-test: use python executable thats starts test X-Git-Tag: 1.2.0rc1~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c0e01708a5f4e8e7fe4392ffaea536ac95ab788;p=thirdparty%2Fsuricata-update.git integration-test: use python executable thats starts test Use the Python binary that was used to start the integration test to run suricata-update. --- diff --git a/tests/integration_tests.py b/tests/integration_tests.py index 8158ae4..7705753 100755 --- a/tests/integration_tests.py +++ b/tests/integration_tests.py @@ -29,6 +29,7 @@ if os.path.exists(DATA_DIR): delete(DATA_DIR) common_args = [ + sys.executable, "./bin/suricata-update", "-D", DATA_DIR, "-c", "./tests/empty",