Skip to content

Commit

Permalink
run_specific_test: take the test as parameter (#1469)
Browse files Browse the repository at this point in the history
Instead of hardcoding it, e.g.:
./run_specific_test.sh tests.core_tests:CoreTests.test_templated_sql_json
  • Loading branch information
xrmx authored and mistercrunch committed Oct 28, 2016
1 parent c492261 commit 22784b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run_specific_test.sh
Expand Up @@ -5,4 +5,5 @@ export CARAVEL_CONFIG=tests.caravel_test_config
set -e
caravel/bin/caravel version -v
export SOLO_TEST=1
nosetests tests.core_tests:CoreTests.test_templated_sql_json
# e.g. tests.core_tests:CoreTests.test_templated_sql_json
nosetests $1

0 comments on commit 22784b7

Please sign in to comment.