Skip to content

Commit 22784b7

Browse files
xrmxmistercrunch
authored andcommittedOct 28, 2016
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
1 parent c492261 commit 22784b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎run_specific_test.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ export CARAVEL_CONFIG=tests.caravel_test_config
55
set -e
66
caravel/bin/caravel version -v
77
export SOLO_TEST=1
8-
nosetests tests.core_tests:CoreTests.test_templated_sql_json
8+
# e.g. tests.core_tests:CoreTests.test_templated_sql_json
9+
nosetests $1

0 commit comments

Comments
 (0)
Please sign in to comment.