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

cmake: fix mrun to handle cmake build structure #8237

Merged
merged 1 commit into from Mar 23, 2016

Conversation

oritwas
Copy link
Member

@oritwas oritwas commented Mar 21, 2016

Signed-off-by: Orit Wasserman owasserm@redhat.com

@oritwas
Copy link
Member Author

oritwas commented Mar 21, 2016

@cbodley I pushed a newer version that handles the conf file too

CEPH_CONF_PATH=$root/run/$run_name

if [ -e CMakeCache.txt ]; then
CEPH_BIN=$PWD/src
Copy link
Contributor

Choose a reason for hiding this comment

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

note that this bit is going to change to $PWD/bin once @alimaredia's cmake check work (#7912) gets merged

@cbodley
Copy link
Contributor

cbodley commented Mar 21, 2016

thanks @oritwas! for my multisite testing, I had been hacking around this with symlinks. after removing those and testing this pr, there are still a couple issues running ceph/src/test/rgw/test_multi.py. but I'll add fixes for those in a separate pull request - this one looks good 👍

@cbodley
Copy link
Contributor

cbodley commented Mar 21, 2016

see #8246 for the related multisite test fixes

Signed-off-by: Orit Wasserman <owasserm@redhat.com>
@oritwas
Copy link
Member Author

oritwas commented Mar 22, 2016

@cbodley removed the -x

@cbodley cbodley merged commit 01f50d4 into ceph:master Mar 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants