Browse Source

Fixed typo in run_tests.sh file

Change-Id: I4790478de8eeb7b9207c2395251d679c3530556a
pull/6/head
Jakub Josef 7 years ago
parent
commit
5fdde1aa27
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/run_tests.sh

+ 1
- 1
tests/run_tests.sh View File

} }


salt_run() { 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} $* salt-call ${SALT_OPTS} $*
} }



Loading…
Cancel
Save