Skip to content

Commit ae482c5

Browse files
committed
chore: fix cli tests to use -b
Signed-off-by: Ana Hobden <operator@hoverbear.org>
1 parent 7f0a580 commit ae482c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nix/pkgs/mayastor/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ let
5656
buildProps = rec {
5757
name = "mayastor";
5858
#cargoSha256 = "0000000000000000000000000000000000000000000000000000";
59-
cargoSha256 = "1m0n418hp4h3j32j632l7pf2kl4pwzbzssx7h0wh5m90wsh41cy4";
59+
cargoSha256 = "q2Dp9IuwxHSwZEkEiIc49M4d/BI/GyS+lnTrs4TKRs8=";
6060
inherit version;
6161
src = whitelistSource ../../../. src_list;
6262
LIBCLANG_PATH = "${llvmPackages.libclang}/lib";

test/grpc/test_cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const CLIENT_CMD = path.join(
2828
'debug',
2929
'mayastor-client'
3030
);
31-
const EGRESS_CMD = CLIENT_CMD + ' -p ' + EGRESS_PORT;
31+
const EGRESS_CMD = CLIENT_CMD + ' --bind 127.0.0.1:' + EGRESS_PORT;
3232

3333
let mayastorMockServer;
3434

0 commit comments

Comments
 (0)