virtcontainers: Fix incorrect scripts path

modify to the correct relative path

Fixes: #2515

Signed-off-by: Binbin Zhang <binbin36520@gmail.com>
This commit is contained in:
Binbin Zhang 2021-08-27 19:16:53 +00:00
parent d490704133
commit 4751698829

View File

@ -42,10 +42,10 @@ binaries: hook
check: check-go-static check-go-test
check-go-static:
bash $(MK_DIR)/../.ci/static-checks.sh
bash $(MK_DIR)/../../../ci/static-checks.sh
check-go-test:
bash $(MK_DIR)/../.ci/go-test.sh \
bash $(MK_DIR)/../../../ci/go-test.sh \
$(TEST_BIN_DIR)/$(HOOK_BIN)
#