Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
replacing loop in sh file with nosetests
Browse files Browse the repository at this point in the history
  • Loading branch information
kashifch committed Feb 10, 2015
1 parent 1d9e056 commit 57535e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_bokchoy_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ until $(curl --output /dev/null --silent --head --fail http://127.0.0.1:8000); d
done

echo "Running acceptance tests..."
for f in testserver/test/acceptance/*.py; do python "$f"; done
nosetests testserver/test/acceptance

# capture the exit code from the test. Anything more than 0 indicates failed cases.
EXIT_CODE=$?
Expand Down

0 comments on commit 57535e5

Please sign in to comment.