X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Frotation%2Ftest_save_load_mi;fp=tests%2Fregression%2Ftools%2Frotation%2Ftest_save_load_mi;h=6a1f42101b23aa333e23ebd2cf49b48692ee00ea;hp=a4dce0951c8a44d2861a1dfa799a595caf796c24;hb=3c4c35827bdf49a2e148829672e6ff1a9c1b1bb8;hpb=e32a3d0f431b41123e001abcbce329da6532f903 diff --git a/tests/regression/tools/rotation/test_save_load_mi b/tests/regression/tools/rotation/test_save_load_mi index a4dce0951..6a1f42101 100755 --- a/tests/regression/tools/rotation/test_save_load_mi +++ b/tests/regression/tools/rotation/test_save_load_mi @@ -57,7 +57,7 @@ function test_save_load_mi () ok $? "Found the right rotation size value in XML" # Check the output of lttng list with the 2 rotation parameters - list_lttng_with_opts $SESSION_NAME + list_lttng_ok $SESSION_NAME $MI_VALIDATE ${tmp_xml_output} ok $? "Valid lttng list XML" @@ -77,7 +77,7 @@ function test_save_load_mi () OUTPUT_DEST=${tmp_xml_output} # Check the output of lttng list with the 2 rotation parameters after the load - list_lttng_with_opts $SESSION_NAME + list_lttng_ok $SESSION_NAME $MI_VALIDATE ${tmp_xml_output} ok $? "Valid lttng list XML after load"