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