You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After building the server program for the first time, bedrock is in the top-level source directory but not yet installed. If you then say test/test, you get this error:
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:
The text was updated successfully, but these errors were encountered: