From f8fb96b128ac93a061ad31f51d642d35c76e56d4 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Thu, 22 Jan 2015 11:59:17 -0500 Subject: [PATCH] Enable regression tests on lttng-tools master with binding --- lttng-tools/lttng-tools-master.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.34.1