Skip to content

Commit

Permalink
Merge "curve status tool sh" into feature
Browse files Browse the repository at this point in the history
  • Loading branch information
hzchenwei7 authored and Gerrit Code Review committed Aug 5, 2019
2 parents 34b9192 + c07fe89 commit 8f4e1ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions mk-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ if [ $? -ne 0 ]
then
exit
fi
cp ./bazel-bin/src/tools/curve_status_tool \
build/curve-mds/usr/bin/curve_status_tool
if [ $? -ne 0 ]
then
exit
fi
cp thirdparties/etcdclient/libetcdclient.so \
build/curve-mds/usr/lib/libetcdclient.so
if [ $? -ne 0 ]
Expand Down
4 changes: 2 additions & 2 deletions src/tools/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ cc_binary(
],
)

cc_test(
name = "status_tool",
cc_binary(
name = "curve_status_tool",
srcs = ["status_tool.cpp", "status_tool.h", "status_tool_main.cpp"],
copts = COPTS,
linkopts = [
Expand Down

0 comments on commit 8f4e1ef

Please sign in to comment.