-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-6815] Delete '--tls' extra arguments
"--tls" option of the peer command does not require any argument. However, e2e_cli test expects it to accept an argument and assign $CORE_PEER_TLS_ENABLES as the argument. As a result, peer channel fetch in script.sh, which is a part of e2e_cli test, accidentally names the generated block file as "true". This CR deletes the unwanted argument and adds block file name "0_block.pb" in script.sh. Change-Id: Idf567078a37a864c02ae45a452276d632c2d82d5 Signed-off-by: Nao Nishijima <nao.nishijima@hal.hitachi.com>
- Loading branch information
Nao Nishijima
committed
Nov 2, 2017
1 parent
6cf9558
commit ee92863
Showing
8 changed files
with
65 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.