Skip to content

Commit

Permalink
change the generator binding from 2.2 to 1.4 (#1391)
Browse files Browse the repository at this point in the history
Signed-off-by: Tezas-6174 <jamdade.2@iitj.ac.in>
  • Loading branch information
0xt3j4s committed Jun 26, 2022
1 parent 3d22571 commit 158a367
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ${GENERATOR_METHOD} -- --workspace 'myWorkspace' --contractId 'mymarbles' --cont
cd ../
# bind the sdk into the packages directory as it will search for it there, this ensures it doesn't contaminate real node_modules dirs (2.2 will work with a 1.4 fabric)
pushd $SUT_DIR
${CALL_METHOD} bind --caliper-bind-sut fabric:2.2
${CALL_METHOD} bind --caliper-bind-sut fabric:1.4
popd
${CALL_METHOD} launch manager --caliper-workspace 'fabric/myWorkspace' --caliper-networkconfig 'networkconfig.yaml' --caliper-benchconfig 'benchmarks/config.yaml' --caliper-flow-skip-end
rc=$?
Expand Down

0 comments on commit 158a367

Please sign in to comment.