Skip to content

Commit 3c05c93

Browse files
committed
wait for process to exit in test
1 parent 992f58d commit 3c05c93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webdev/test/installation_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ void main() {
6060
} finally {
6161
serveProcess.kill();
6262
}
63+
await serveProcess.exitCode;
6364
});
6465
});
6566
}

0 commit comments

Comments
 (0)