]> git.ipfire.org Git - thirdparty/suricata-update.git/commitdiff
integration test: log python version info 84/head
authorJason Ish <ish@unx.ca>
Fri, 21 Dec 2018 14:44:22 +0000 (08:44 -0600)
committerJason Ish <ish@unx.ca>
Fri, 21 Dec 2018 15:19:43 +0000 (09:19 -0600)
tests/integration_tests.py

index 0c61e62def843e4d53c6a19ce6d5c67ad3fb4c5a..8158ae4f61862975eeaed7edeb186678a56e130d 100755 (executable)
@@ -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.