run in a dir without spaces

pull/224/head
joshr 6 years ago
parent 65a7118d25
commit 71d503009a

@ -4,10 +4,10 @@
set -e
## Running all the bats-tests:
#cd "${SECRET_PROJECT_ROOT}"; rm -rf temp; mkdir temp; cd temp;
#bats "${SECRET_PROJECT_ROOT}/tests"
# Running all the bats-tests:
cd "${SECRET_PROJECT_ROOT}"; rm -rf 'tempdir with spaces'; mkdir 'tempdir with spaces'; cd 'tempdir with spaces';
cd "${SECRET_PROJECT_ROOT}"; rm -rf temp; mkdir temp; cd temp;
bats "${SECRET_PROJECT_ROOT}/tests"
## Running all the bats-tests in a dir with spaces:
##cd "${SECRET_PROJECT_ROOT}"; rm -rf 'tempdir with spaces'; mkdir 'tempdir with spaces'; cd 'tempdir with spaces';
#bats "${SECRET_PROJECT_ROOT}/tests"

Loading…
Cancel
Save