Browse Source

Fixed typo in run_tests.sh file

Change-Id: I345ec121d984320bec4908b416ed6ec19f181c31
pull/70/merge
Jakub Josef 7 years ago
parent
commit
6f2f014205
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/run_tests.sh

+ 1
- 1
tests/run_tests.sh View File

@@ -110,7 +110,7 @@ clean() {
}

salt_run() {
[ -e ${VEN_DIR}/bin/activate ] && source ${VENV_DIR}/bin/activate
[ -e ${VENV_DIR}/bin/activate ] && source ${VENV_DIR}/bin/activate
salt-call ${SALT_OPTS} $*
}


Loading…
Cancel
Save