From fd79fe595c7440e7aa4e329affe1bfa253042a7f Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Mon, 29 Jul 2024 09:43:10 +0200 Subject: [PATCH] basic-build-test.sh: Restore make only command Fix local testing leftover when working on PR 9394. This was causing basic-build-test.sh to fail on the Open CI (not the internal one though). Signed-off-by: Ronald Cron --- tests/scripts/basic-build-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/basic-build-test.sh b/tests/scripts/basic-build-test.sh index afaa3c7689..b850147738 100755 --- a/tests/scripts/basic-build-test.sh +++ b/tests/scripts/basic-build-test.sh @@ -76,7 +76,7 @@ export LDFLAGS=' --coverage' make clean cp "$CONFIG_H" "$CONFIG_BAK" scripts/config.py full -make -j +make # Step 2 - Execute the tests