fnp
/
fnp-django-template.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix bootstrap test.
[fnp-django-template.git]
/
tests
/
test_bootstrap.sh
diff --git
a/tests/test_bootstrap.sh
b/tests/test_bootstrap.sh
index
68e1c6f
..
73814a5
100755
(executable)
--- a/
tests/test_bootstrap.sh
+++ b/
tests/test_bootstrap.sh
@@
-21,11
+21,14
@@
PYTHON_VER="`$PYTHON -V 2>&1`"
echo -e "${strong}Using $PYTHON_VER${normal}"
PYTHON="`which $PYTHON`"
echo -e "${strong}Using $PYTHON_VER${normal}"
PYTHON="`which $PYTHON`"
-FNP_PROJECT_TEMPLATE="$DIR"/..
+FNP_PROJECT_TEMPLATE="$DIR"/..
/src
projectdir="$tmpdir"/p
mkdir "$projectdir"
cd "$projectdir"
projectdir="$tmpdir"/p
mkdir "$projectdir"
cd "$projectdir"
-. "$DIR"/../bootstrap.sh TEST_PROJECT --python "$PYTHON"
+
+PROJECT=TEST_PROJECT
+
+. "$DIR"/../bootstrap.sh
# Test for active virtualenv
# Test for active virtualenv