From: Jonathan Rajotte Date: Thu, 22 Jan 2015 16:59:17 +0000 (-0500) Subject: Enable regression tests on lttng-tools master with binding X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=f8fb96b128ac93a061ad31f51d642d35c76e56d4;p=lttng-ci.git Enable regression tests on lttng-tools master with binding --- diff --git a/lttng-tools/lttng-tools-master.sh b/lttng-tools/lttng-tools-master.sh index c5c7639..6e2bc89 100755 --- a/lttng-tools/lttng-tools-master.sh +++ b/lttng-tools/lttng-tools-master.sh @@ -89,9 +89,9 @@ if [ "$conf" = "python_bindings" ] then # Disabled due to race conditions in tests echo "Testsuite disabled. See job configuration for more info." - #prove --merge --exec '' - < $WORKSPACE/tests/unit_tests --archive $WORKSPACE/tap/unit/ || true - #prove --merge --exec '' - < $WORKSPACE/tests/fast_regression --archive $WORKSPACE/tap/fast_regression/ || true - #prove --merge --exec '' - < $WORKSPACE/tests/with_bindings_regression --archive $WORKSPACE/tap/with_bindings_regression/ || true + prove --merge --exec '' - < $WORKSPACE/tests/unit_tests --archive $WORKSPACE/tap/unit/ || true + prove --merge --exec '' - < $WORKSPACE/tests/fast_regression --archive $WORKSPACE/tap/fast_regression/ || true + prove --merge --exec '' - < $WORKSPACE/tests/with_bindings_regression --archive $WORKSPACE/tap/with_bindings_regression/ || true fi # TAP plugin is having a hard time with .yml files.