Skip to content

Bug: report_results.sh sometimes sets incorrect cmake path #385

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

Closed
rouson opened this issue May 11, 2017 · 2 comments
Closed

Bug: report_results.sh sometimes sets incorrect cmake path #385

rouson opened this issue May 11, 2017 · 2 comments
Assignees

Comments

@rouson
Copy link
Member

rouson commented May 11, 2017

Avg response time
![Issue Stats][issue stat img]

Defect/bug report

In the current version of the Sourcery Institute VM, the cmake executable in the PATH lives in a path that includes a directory named cmake

which cmake
/opt/cmake/3.7.0/bin/cmake

I suspect this is the reason that line 18 in report_results.sh yields the incorrect value:

  cmake_install_path="${fully_qualified_CMAKE%%/cmake*}"

which assigns the value /opt. I will submit a pull request shortly that fixes this. @zbeekman is there some reason that cmake was treated differently in the the path variables set near the top of report_results.sh?

@zbeekman
Copy link
Collaborator

zbeekman commented May 11, 2017 via email

@zbeekman
Copy link
Collaborator

zbeekman commented May 12, 2017 via email

zbeekman added a commit that referenced this issue May 23, 2017
…esults

Issue 385 fix report_results.sh

 - Fixes #385
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants