feat(bash): Replace short set options by long format
This commit is contained in:
committed by
Carlos Álvaro
parent
55c150dcdf
commit
e59c3c082a
@@ -1,8 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
[ "${DEBUG,,}" == true ] && set -vx
|
||||
|
||||
echo "🧪 Running basic tests ..."
|
||||
|
||||
# https://stackoverflow.com/a/4774063/3398062
|
||||
|
||||
Reference in New Issue
Block a user