From 34c4ac599cafcca03e4c28925880d8ae45505ea8 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Wed, 30 Mar 2022 16:03:34 +1100 Subject: [PATCH] runtime: Remove redundant subcommands from go-test.sh go-test.sh accepts subcommands, however invoking it in the usual way via the Makefile doesn't use them. In fact the only remaining subcommand is "help" and we already have another way of getting the usage information (-h or --help). We don't need a second way, so just drop subcommand handling. Signed-off-by: David Gibson --- src/runtime/go-test.sh | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/src/runtime/go-test.sh b/src/runtime/go-test.sh index a47fa3265357..47b4fad99b18 100755 --- a/src/runtime/go-test.sh +++ b/src/runtime/go-test.sh @@ -42,8 +42,7 @@ usage() { cat <