mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-05 03:18:32 +00:00
Don't exit script before we can print test failure
This commit is contained in:
@@ -26,6 +26,7 @@ echo "Running 'make build'"
|
||||
make build
|
||||
|
||||
echo "Running e2e test: 'make run'"
|
||||
set +e
|
||||
make run
|
||||
if [[ $? -eq 0 ]]
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user