forked from lix-project/lix
Show log tail when a remote build fails
This commit is contained in:
parent
3c470c97a1
commit
b52846ab5b
|
@ -1608,8 +1608,8 @@ void DerivationGoal::buildDone()
|
|||
outputLocks.unlock();
|
||||
|
||||
} catch (BuildError & e) {
|
||||
if (!hook)
|
||||
printError(e.msg());
|
||||
printError(e.msg());
|
||||
|
||||
outputLocks.unlock();
|
||||
|
||||
BuildResult::Status st = BuildResult::MiscFailure;
|
||||
|
|
Loading…
Reference in a new issue