From b766afdf234d8764ca44017c67bc589923998186 Mon Sep 17 00:00:00 2001 From: Alicja Chodak Date: Tue, 14 Jan 2025 13:42:20 +0100 Subject: [PATCH] [ATL-33499] test --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7488228aa..7a30ad4c4 100644 --- a/Makefile +++ b/Makefile @@ -169,10 +169,9 @@ run-csi-baremetal-functional-tests: fi; \ if [ $$TEST_EXIT_CODE -eq 0 ]; then \ echo "All tests for csi-baremetal passed successfully."; \ - echo "SUCCESS" > build_status.txt; \ else \ echo "Functional tests for csi-baremetal failed."; \ - echo "FAILURE" > build_status.txt; \ + exit 1; \ fi; \ #cleanup test files on remote server