Skip to content

Commit

Permalink
Making make test more robust
Browse files Browse the repository at this point in the history
fixes #6
  • Loading branch information
mikelikespie committed Feb 13, 2012
1 parent 2bb10d5 commit 0573003
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion TestSupport/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ export SR_TEST_URL=$TEST_URL

bash TestSupport/ensure_virtualenv.sh .env

.env/bin/sr-testharness -i '' -c "$TEST_SCENARIOS" &
pushd TestSupport/sr-testharness/
python setup.py develop
popd

source .env/bin/activate
sr-testharness -i '' -c "$TEST_SCENARIOS" &

CHILD_PID=$!

Expand Down

0 comments on commit 0573003

Please sign in to comment.