Skip to content

Commit 0e67631

Browse files
Improving error handling
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 263e722 commit 0e67631

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e-cli/run-e2e.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# E2E_TESTS_DIR=../my-e2e-tests ./run-e2e.sh
1212
#
1313

14+
trap 'echo "Error occurred at line $LINENO while executing: $BASH_COMMAND"' ERR
1415
set -e
1516

1617
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

0 commit comments

Comments
 (0)