Skip to content
This repository has been archived by the owner on Jun 3, 2019. It is now read-only.

Commit

Permalink
squash
Browse files Browse the repository at this point in the history
  • Loading branch information
Gytis Trikleris committed Nov 24, 2015
1 parent 8e45722 commit 8f2b1f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/hudson/narayana.sh
Expand Up @@ -31,7 +31,7 @@ function init_test_options {
is_ibm
ISIBM=$?
[ $CODE_COVERAGE ] || CODE_COVERAGE=0
[ $CODE_COVERAGE_ARGS ] || CODE_COVERAGE_ARGS=""
[ x"$CODE_COVERAGE_ARGS" != "x" ] || CODE_COVERAGE_ARGS=""
[ $NARAYANA_CURRENT_VERSION ] || NARAYANA_CURRENT_VERSION="5.2.8.Final-SNAPSHOT"
[ $ARQ_PROF ] || ARQ_PROF=arq # IPv4 arquillian profile
[ $IBM_ORB ] || IBM_ORB=0
Expand Down Expand Up @@ -704,6 +704,7 @@ function perf_tests {

function generate_code_coverage_report {
echo "Generating code coverage report"
cd ${WORKSPACE}
./build.sh -pl code-coverage $CODE_COVERAGE_ARGS "$@" clean install
[ $? = 0 ] || fatal "Code coverage report generation failed"
}
Expand Down

0 comments on commit 8f2b1f8

Please sign in to comment.