Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run_qemu.sh: restore ability to build without ndctl
Fixes commit 1a2a679 ("run_qemu.sh: fail immediately when $ndctl is invalid") My bad, I didn't realize `readlink -f $does_not_exist` prints "$does_not_exit", I assumed it prints nothing and I did not test enough combinations. So, that previous commit made it way too hard to disable the ndctl build: you must pass `--no-ndctl-build` _and_ have a valid `~/git/ndctl`?! This makes no sense. Fix the logic so either a blank `ndctl=`, or `--no-ndctl-build` is each enough to disable the ndctl build. Signed-off-by: Marc Herbert <[email protected]>
- Loading branch information