From c776bdf4a855c6fffd596f00341ff6a9b62378af Mon Sep 17 00:00:00 2001 From: David Gibson Date: Tue, 22 Mar 2022 16:39:22 +1100 Subject: [PATCH] virtcontainers: Remove unused parameter from go-test.sh The check-go-test target passes the path to the mock hook test binary to go-test.sh when it invokes it. But go-test.sh just calls run_go_test from ci/lib.sh, which invokes a script from the tests repo *without* any parameters. That is, this parameter is ignored anyway, so remove it. Signed-off-by: David Gibson --- src/runtime/virtcontainers/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/runtime/virtcontainers/Makefile b/src/runtime/virtcontainers/Makefile index f44c5c081..8a0e2761e 100644 --- a/src/runtime/virtcontainers/Makefile +++ b/src/runtime/virtcontainers/Makefile @@ -45,8 +45,7 @@ check-go-static: bash $(MK_DIR)/../../../ci/static-checks.sh check-go-test: - bash $(MK_DIR)/../../../ci/go-test.sh \ - $(TEST_BIN_DIR)/$(HOOK_BIN) + bash $(MK_DIR)/../../../ci/go-test.sh # # Install