From: Jonathan Rajotte Date: Mon, 24 Aug 2015 15:08:29 +0000 (-0700) Subject: Fix: Python agent tests are always skipped X-Git-Tag: v2.7.0-rc2~79 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=af3f9f70e8c3c2c91f033dc1cad90b761da04c7e;hp=af3f9f70e8c3c2c91f033dc1cad90b761da04c7e;p=lttng-tools.git Fix: Python agent tests are always skipped v2: Change the configure report section to emulate the java ust agent test reporting. Introduce --enable-test-python{2,3}-agent and --enable-test-python-agent-all flag on configure. Configure searches for the python agent for both Python 2 and 3 and enables or skips their associated tests based on the result. When using the --enable-test-python{2,3}-agent & --enable-test-python-agent-all flags, a strict checks on tests dependancies is performed and fails the configure instead of simply disabling the tests. --disable* flags can be used to force tests skipping. Also fixes a minor bug in agent test on enabling event with filtering. Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau ---