X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fcli%2Fconvert%2Ftest_auto_source_discovery_params;fp=tests%2Fcli%2Fconvert%2Ftest_auto_source_discovery_params;h=3619a31eec29eb55a330881461321aee33a86075;hb=02510056f9d34d7cd400f4a2d956012f28ca2c53;hp=0112365899d43314065a5ff52bb07dbbd8c3fc72;hpb=3b9d10e2cae274bdc5f9bda6108993ce8696bc8a;p=babeltrace.git diff --git a/tests/cli/convert/test_auto_source_discovery_params b/tests/cli/convert/test_auto_source_discovery_params index 01123658..3619a31e 100755 --- a/tests/cli/convert/test_auto_source_discovery_params +++ b/tests/cli/convert/test_auto_source_discovery_params @@ -64,7 +64,7 @@ Stream end END bt_diff_cli "$expected_file" "/dev/null" \ - convert --plugin-path "${plugin_dir}" \ + --plugin-path "${plugin_dir}" convert \ "${dir_ab}" --params 'test-allo="madame"' ${print_test_params} \ ${details_sink[@]} ok "$?" "apply params to two components from one non-option argument" @@ -91,7 +91,7 @@ Stream end END bt_diff_cli "$expected_file" "/dev/null" \ - convert --plugin-path "${plugin_dir}" \ + --plugin-path "${plugin_dir}" convert \ "${dir_a}" --params 'test-allo="madame"' ${print_test_params} "${dir_b}" --params 'test-bonjour="monsieur"' ${print_test_params} \ ${details_sink[@]} ok "$?" "apply params to two non-option arguments" @@ -118,7 +118,7 @@ Stream end END bt_diff_cli "$expected_file" "/dev/null" \ - convert --plugin-path "${plugin_dir}" \ + --plugin-path "${plugin_dir}" convert \ "${dir_a}" --params 'test-allo="madame"' ${print_test_params} "${dir_ab}" --params 'test-bonjour="monsieur"' ${print_test_params} \ ${details_sink[@]} ok "$?" "apply params to one component coming from one non-option argument and one component coming from two non-option arguments (1)" @@ -145,7 +145,7 @@ Stream end END bt_diff_cli "$expected_file" "/dev/null" \ - convert --plugin-path "${plugin_dir}" \ + --plugin-path "${plugin_dir}" convert \ "${dir_ab}" --params 'test-bonjour="madame",test-salut="les amis"' ${print_test_params} "${dir_a}" --params 'test-bonjour="monsieur"' ${print_test_params} \ ${details_sink[@]} ok "$?" "apply params to one component coming from one non-option argument and one component coming from two non-option arguments (2)"