Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

perfcollect does not process nolttng flag correctly #89

Open
mausch opened this issue Dec 11, 2018 · 1 comment
Open

perfcollect does not process nolttng flag correctly #89

mausch opened this issue Dec 11, 2018 · 1 comment

Comments

@mausch
Copy link

mausch commented Dec 11, 2018

In a system without lttng ./perfcollect collect sampleTrace -nolttng errors out with "LTTng not installed. Install LTTng to proceed."

This is because in the script EnsurePrereqsInstalled comes before ProcessArguments has a chance to set useLTTng=0

workaround: sed -ie 's/useLTTng=1/useLTTng=0/' perfcollect

@mausch
Copy link
Author

mausch commented Dec 11, 2018

hmm I see someone has already sent a PR fixing this #75

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant