X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fcli%2Fconvert%2Ftest_auto_source_discovery_log_level;h=459a362497c3d3df7e46f63269c20d444ecc8cf2;hb=02510056f9d34d7cd400f4a2d956012f28ca2c53;hp=2ffb4f8f373fa1305a4a2db8538b6f9d14fc3c71;hpb=3b9d10e2cae274bdc5f9bda6108993ce8696bc8a;p=babeltrace.git diff --git a/tests/cli/convert/test_auto_source_discovery_log_level b/tests/cli/convert/test_auto_source_discovery_log_level index 2ffb4f8f..459a3624 100755 --- a/tests/cli/convert/test_auto_source_discovery_log_level +++ b/tests/cli/convert/test_auto_source_discovery_log_level @@ -67,7 +67,7 @@ Stream end END bt_diff_cli "$expected_file" "/dev/null" \ - convert --plugin-path "${plugin_dir}" \ + --plugin-path "${plugin_dir}" convert \ "${dir_ab}" --log-level DEBUG ${print_log_level} \ ${details_sink[@]} ok "$?" "apply log level to two components from one non-option argument" @@ -94,7 +94,7 @@ Stream end END bt_diff_cli "$expected_file" "/dev/null" \ - convert --plugin-path "${plugin_dir}" \ + --plugin-path "${plugin_dir}" convert \ "${dir_a}" --log-level DEBUG ${print_log_level} "${dir_b}" --log-level TRACE ${print_log_level} \ ${details_sink[@]} ok "$?" "apply log level to two non-option arguments" @@ -121,7 +121,7 @@ Stream end END bt_diff_cli "$expected_file" "/dev/null" \ - convert --plugin-path "${plugin_dir}" \ + --plugin-path "${plugin_dir}" convert \ "${dir_a}" --log-level DEBUG ${print_log_level} "${dir_ab}" --log-level TRACE ${print_log_level} \ ${details_sink[@]} ok "$?" "apply log level to one component coming from one non-option argument and one component coming from two non-option arguments (1)" @@ -148,7 +148,7 @@ Stream end END bt_diff_cli "$expected_file" "/dev/null" \ - convert --plugin-path "${plugin_dir}" \ + --plugin-path "${plugin_dir}" convert \ "${dir_ab}" --log-level DEBUG ${print_log_level} "${dir_a}" --log-level TRACE ${print_log_level} \ ${details_sink[@]} ok "$?" "apply log level to one component coming from one non-option argument and one component coming from two non-option arguments (2)"