mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
tests
This commit is contained in:
parent
1aa4cef8bc
commit
32c638b428
1 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,9 @@ CM="${GN}✓${CL}"
|
|||
CROSS="${RD}✗${CL}"
|
||||
BFR="\\r\\033[K"
|
||||
HOLD="-"
|
||||
set -o errexit
|
||||
set -o errtrace
|
||||
set -o nounset
|
||||
#set -o errexit
|
||||
#set -o errtrace
|
||||
#set -o nounset
|
||||
set -o pipefail
|
||||
shopt -s expand_aliases
|
||||
alias die='EXIT=$? LINE=$LINENO error_exit'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue