Open tangentsoft opened 1 year ago
Thanks for reporting this! This seems like a reasonable change to me - would you be willing to put up a PR for it? :)
Two bytes? C'mon…
I know it seems silly, but I can't approve my own PR :)
No, but you can commit it and hog all the credit for the innovation, and it will be perfectly fine with me. :)
After building the server program for the first time,
bedrock
is in the top-level source directory but not yet installed. If you then saytest/test
, you get this error:This is because it is defaulting to "
bedrock
", which doesn't exist in thePATH
, as consulted byexecvp()
intest/lib/BedrockTester.cpp
.Since testing the binary before installing it is a good plan, I suggest applying this trivial patch: