* Clean up the temporary directory for hook communication (and don't
print out incorrect "build failed" messages).
This commit is contained in:
parent
d8989b1fb4
commit
ae1a1efa41
1 changed files with 1 additions and 0 deletions
|
@ -818,6 +818,7 @@ void NormalisationGoal::terminateBuildHook()
|
||||||
toHook.writeSide.close();
|
toHook.writeSide.close();
|
||||||
fdLogFile.close();
|
fdLogFile.close();
|
||||||
logPipe.readSide.close();
|
logPipe.readSide.close();
|
||||||
|
deleteTmpDir(true); /* get rid of the hook's temporary directory */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue