Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- validation/test-suite | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/validation/test-suite b/validation/test-suite index c03348028..9364b9d7f 100755 --- a/validation/test-suite +++ b/validation/test-suite @@ -466,7 +466,7 @@ while true; do do_test_suite ;; - single) + single|--single) arg_file "$2" do_test "$2" case "$?" in @@ -475,7 +475,7 @@ while true; do 2) echo "$2 can't be handled by $prog_name";; esac ;; - format) + format|--format) arg_file "$2" do_format "$2" "$3" "$4" ;; -- 2.14.0 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html