Skip to content

Commit

Permalink
JBTM-1350 Add option to run a specific method when running a singe QA…
Browse files Browse the repository at this point in the history
… test group
  • Loading branch information
mmusgrov committed Mar 24, 2013
1 parent b9d08ef commit 8346230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/hudson/narayana.sh
Expand Up @@ -233,9 +233,9 @@ function qa_tests_once {
# QA_TARGET overrides the previous settings
[ x$QA_TARGET = x ] || target=$QA_TARGET # the caller can force the build to run a specific target

# run the ant target
# run the ant target (QA_TESTMETHODS is a list of method names in QA_TESTGROUP to be executed)
[ $QA_TRACE = 1 ] && enable_qa_trace
[ $QA_TESTMETHODS ] || test.methods=""
[ $QA_TESTMETHODS ] || QA_TESTMETHODS=""

if [ "x$QA_TESTGROUP" != "x" ]; then
if [[ "$QA_STRESS" =~ ^[0-9]+$ ]] ; then
Expand Down

0 comments on commit 8346230

Please sign in to comment.