Skip to content

Commit

Permalink
Merge pull request #772 from nklincoln/integration-test-mod
Browse files Browse the repository at this point in the history
change gateway flag in test
  • Loading branch information
aklenik authored Mar 18, 2020
2 parents c630e8e + cdef2e6 commit bffcd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/caliper-tests-integration/fabric_tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if [[ ${rc} != 0 ]]; then
fi

# PHASE 4 again: testing through the gateway API
${CALL_METHOD} launch master --caliper-workspace phase4 --caliper-flow-only-test --caliper-fabric-usegateway
${CALL_METHOD} launch master --caliper-workspace phase4 --caliper-flow-only-test --caliper-fabric-gateway-usegateway
rc=$?
if [[ ${rc} != 0 ]]; then
echo "Failed CI step 6";
Expand Down

0 comments on commit bffcd48

Please sign in to comment.