From: Jason Ish Date: Fri, 21 Dec 2018 14:44:22 +0000 (-0600) Subject: integration test: log python version info X-Git-Tag: 1.1.0rc1~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=900f886dfb71ccdbb37f1ac9f22e370b0d287e75;p=thirdparty%2Fsuricata-update.git integration test: log python version info --- diff --git a/tests/integration_tests.py b/tests/integration_tests.py index 0c61e62..8158ae4 100755 --- a/tests/integration_tests.py +++ b/tests/integration_tests.py @@ -15,6 +15,7 @@ def delete(path): os.unlink(path) print("Python executable: %s" % sys.executable) +print("Python version: %s" % str(sys.version)) print("Current directory: %s" % os.getcwd()) # Override the default source index URL to avoid hitting the network.