Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit f722b3e

Browse files
committed
extras: exit unit tests on err
1 parent 5c44d84 commit f722b3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extras/unit-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22
# partially copied from from .buildkite/test-pipeline.yml
3+
set -e
34

45
cd tests || exit 1
56

0 commit comments

Comments
 (0)