Hm i meant exit?

This commit is contained in:
Alexandre Aubin 2024-09-01 17:55:59 +02:00
parent 22d703cb48
commit 7981067193

View file

@ -33,8 +33,8 @@ _STUFF_TO_RUN_BEFORE_INITIAL_SNAPSHOT() {
else else
echo "{'level': 0}" >$result_json echo "{'level': 0}" >$result_json
log_error "Obvious syntax issues found which will make the scripts crash ... not running the actual tests until these are fixed" log_error "Obvious syntax issues found which will make the scripts crash ... not running the actual tests until these are fixed"
# Return 0 instead of 1 such that the job gets flagged as failure and not as error # Exit with 0 instead of 1 such that the job gets flagged as failure and not as error
return 0 exit 0
fi fi
# We filter apt deps starting with $app_id to prevent stupid issues with for example cockpit and transmission where the apt package is not properly reinstalled on reinstall-after-remove test ... # We filter apt deps starting with $app_id to prevent stupid issues with for example cockpit and transmission where the apt package is not properly reinstalled on reinstall-after-remove test ...