X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fplugins%2Fsink.ctf.fs%2Ftest-assume-single-trace.sh;h=37f52707e13a59b896d95942e9515eccbd2a3b89;hb=faf5c654855a7a42093e43c4c739bb69dd2375d3;hp=69dfb3626c366d4a552d11f71223708b43cef654;hpb=c470d6c4d3b98aea46520862481cc158314129e3;p=babeltrace.git diff --git a/tests/plugins/sink.ctf.fs/test-assume-single-trace.sh b/tests/plugins/sink.ctf.fs/test-assume-single-trace.sh index 69dfb362..37f52707 100755 --- a/tests/plugins/sink.ctf.fs/test-assume-single-trace.sh +++ b/tests/plugins/sink.ctf.fs/test-assume-single-trace.sh @@ -28,6 +28,11 @@ temp_output_dir=$(mktemp -d) trace_dir="$temp_output_dir/the-trace" +if [ "$BT_TESTS_ENABLE_PYTHON_PLUGINS" != "1" ]; then + plan_skip_all "This test requires the Python plugin provider" + exit +fi + plan_tests 7 bt_cli "$temp_stdout" "$temp_stderr" \