run_specific_test: take the test as parameter (#1469)

Instead of hardcoding it, e.g.:
./run_specific_test.sh tests.core_tests:CoreTests.test_templated_sql_json
This commit is contained in:
Riccardo Magliocchetti 2016-10-28 18:24:51 +02:00 committed by Maxime Beauchemin
parent c4922615eb
commit 22784b7f06
1 changed files with 2 additions and 1 deletions

View File

@ -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