Skip to content

Commit

Permalink
[ATL-33499] test
Browse files Browse the repository at this point in the history
  • Loading branch information
chaladak committed Jan 14, 2025
1 parent 6065fc9 commit b766afd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b766afd

Please sign in to comment.