mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-09 20:09:09 +00:00
[Tests] set -ex options on more tests
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -ex
|
||||
|
||||
die () { echo $@ ; exit 1; }
|
||||
|
||||
. ../../nvm.sh
|
||||
|
Reference in New Issue
Block a user