Skip to content

Commit

Permalink
change gateway flag in test
Browse files Browse the repository at this point in the history
  • Loading branch information
nklincoln committed Mar 18, 2020
1 parent 69fc2a0 commit cdef2e6
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 cdef2e6

Please sign in to comment.