Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools: FreeBSD basic getopt does not use --options #21148

Merged
merged 1 commit into from Apr 5, 2018

Conversation

wjwithagen
Copy link
Contributor

Signed-off-by: Willem Jan Withagen wjw@digiware.nl

@@ -17,6 +17,11 @@

SCRIPTNAME="$(basename $0)"
PYTHON_BINARY="python2.7"
if [ `uname` == FreeBSD ]; then
GETOPT=/usr/local/bin/getopt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

put /usr/local/bin/getopt in double-quotes?

if [ `uname` == FreeBSD ]; then
GETOPT=/usr/local/bin/getopt
else
GETOPT=getopt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

put getopt in double-quotes? I know it's not striclty necessary - just to unify the coding style.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@smithfarm
Sure, no problem.

@smithfarm
Copy link
Contributor

retest this please

@tchaikov
Copy link
Contributor

tchaikov commented Apr 1, 2018

retest this please.

@wjwithagen
Copy link
Contributor Author

@smithfarm @tchaikov
Why would this be incorrectly signed off??
Will run it thru amend and see if if fixes anything.

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
@tchaikov
Copy link
Contributor

tchaikov commented Apr 3, 2018

retest this please.

@smithfarm
Copy link
Contributor

Failed run-rbd-unit-tests.sh

Failed unittest_journal (crashes on assert(!m_metadata->is_initialized())

@smithfarm
Copy link
Contributor

retest this please

@tchaikov
Copy link
Contributor

tchaikov commented Apr 4, 2018

http://pulpito.ceph.com/kchai-2018-04-04_00:32:09-rados-wip-kefu-testing-2018-04-04-0003-distro-basic-mira/

@smithfarm this PR compiles. so i guess it's good to merge, am i right?

@smithfarm smithfarm merged commit a903a76 into ceph:master Apr 5, 2018
@wjwithagen wjwithagen deleted the wjw-setup-virtualenv branch January 23, 2019 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants