X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fplugins%2Fflt.lttng-utils.debug-info%2Ftest_succeed;fp=tests%2Fplugins%2Fflt.lttng-utils.debug-info%2Ftest_succeed;h=8a4c07b041c26e60d626c20eedf4475ed2903ab5;hb=ce0098bd36c3f818bf0beb50dc3cbfba61a6f2a3;hp=76b299feea1f1308dc76cb9a2e53665f043d1a5f;hpb=77362a653b61d1011fe1553a650d49396c3c8df8;p=babeltrace.git diff --git a/tests/plugins/flt.lttng-utils.debug-info/test_succeed b/tests/plugins/flt.lttng-utils.debug-info/test_succeed index 76b299fe..8a4c07b0 100755 --- a/tests/plugins/flt.lttng-utils.debug-info/test_succeed +++ b/tests/plugins/flt.lttng-utils.debug-info/test_succeed @@ -31,11 +31,10 @@ else UTILSSH="$(dirname "$0")/../../utils/utils.sh" fi -# shellcheck source=../../../utils/utils.sh +# shellcheck source=../../utils/utils.sh source "$UTILSSH" this_dir_relative="plugins/flt.lttng-utils.debug-info" -this_dir_build="$BT_TESTS_BUILDDIR/$this_dir_relative" succeed_trace_dir="$BT_CTF_TRACES_PATH/succeed" expect_dir="$BT_TESTS_DATADIR/$this_dir_relative" binary_artefact_dir="$BT_TESTS_DATADIR/$this_dir_relative" @@ -67,12 +66,17 @@ test_compare_to_ctf_fs() { "-c" "sink.text.details" "--params" "with-trace-name=false,with-stream-name=false,with-uuid=false" ) - local actual_stdout=$(mktemp -t test_debug_info_stdout_actual.XXXXXX) - local actual_stderr=$(mktemp -t test_debug_info_stderr_actual.XXXXXX) - local expected_stdout=$(mktemp -t test_debug_info_stdout_expected.XXXXXX) - local expected_stderr=$(mktemp -t test_debug_info_stderr_expected.XXXXXX) + local actual_stdout + local actual_stderr + local expected_stdout + local expected_stderr local ret=0 + actual_stdout=$(mktemp -t test_debug_info_stdout_actual.XXXXXX) + actual_stderr=$(mktemp -t test_debug_info_stderr_actual.XXXXXX) + expected_stdout=$(mktemp -t test_debug_info_stdout_expected.XXXXXX) + expected_stderr=$(mktemp -t test_debug_info_stderr_expected.XXXXXX) + # Create expected files using a graph without a `debug-info` component. bt_cli "$expected_stdout" "$expected_stderr" "${cli_args[@]}" \ "${details_cli_args[@]}"