* Clean up the temporary directory for hook communication (and don't

print out incorrect "build failed" messages).
This commit is contained in:
Eelco Dolstra 2004-08-05 14:53:27 +00:00
parent d8989b1fb4
commit ae1a1efa41
1 changed files with 1 additions and 0 deletions

View File

@ -818,6 +818,7 @@ void NormalisationGoal::terminateBuildHook()
toHook.writeSide.close();
fdLogFile.close();
logPipe.readSide.close();
deleteTmpDir(true); /* get rid of the hook's temporary directory */
}