Improve global FAIL variables
This commit is contained in:
parent
45cd3d40fa
commit
c1304d1da0
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
source $CURRENT_DIR/helpers.sh
|
source $CURRENT_DIR/helpers.sh
|
||||||
|
|
||||||
FAIL=false
|
export FAIL=false
|
||||||
|
|
||||||
test_plugin_installation() {
|
test_plugin_installation() {
|
||||||
set_tmux_conf_helper <<- HERE
|
set_tmux_conf_helper <<- HERE
|
||||||
|
|
|
@ -4,7 +4,7 @@ CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
source $CURRENT_DIR/helpers.sh
|
source $CURRENT_DIR/helpers.sh
|
||||||
|
|
||||||
FAIL=false
|
export FAIL=false
|
||||||
|
|
||||||
check_binding_defined() {
|
check_binding_defined() {
|
||||||
local binding=$1
|
local binding=$1
|
||||||
|
|
Loading…
Reference in a new issue