Wait for ninja proto processing to finish when exiting

Wait for the ninja proto processing goroutine to notice the fifo
has closed and exit before continuing.

Test: m nothing
Change-Id: I8cf5f3b8bf6a91496c6d2bbbd3e811eb7f0c9d21
This commit is contained in:
Colin Cross
2019-03-21 16:02:58 -07:00
parent f8d3be9cb7
commit b98d3bcf4e
5 changed files with 125 additions and 21 deletions

View File

@@ -28,6 +28,7 @@ bootstrap_go_package {
],
testSrcs: [
"kati_test.go",
"ninja_test.go",
"status_test.go",
],
}