Skip to content
Snippets Groups Projects
Tomas Pecka's avatar
Tomáš Pecka authored
In long aql scripts sometimes we hit an exception early in the script
and the rest of the script continues executing which makes the output
really complicated as the errors keep chaining.

This commit introduces a 'set exit_on_failure' command which (if true)
stops the execution on first exception raised.

This is similar to "set -e" command in bash which stops script
execution on non-OK exit code.
6ae6e6b7
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..