We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c87f2 commit e0f5c5fCopy full SHA for e0f5c5f
tests/util/init.sh
@@ -1,7 +1,7 @@
1
# shellcheck shell=bash
2
3
-eval "$(basalt-package-init)"
4
-basalt.package-init
+eval "$(basalt-package-init)" || exit
+basalt.package-init || exit
5
basalt.package-load
6
basalt.load 'github.com/hyperupcall/bats-all' 'load.bash'
7
0 commit comments