aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJonas Witschel <diabonas@gmx.de>2018-12-27 23:55:55 +0100
committerAndreas Fuchs <andreas.fuchs@sit.fraunhofer.de>2018-12-28 23:52:08 +0100
commit303412cb9a12044525346a0da68d62e00ad5cdd1 (patch)
tree2ff03fedb61b6045accfcac489181ad44fd29114 /configure.ac
parent8b9285df86270bdefd111c99f30c6ced1d31bcf6 (diff)
downloadtpm2-tss-303412cb9a12044525346a0da68d62e00ad5cdd1.tar.gz
test: use stdbuf to disable buffering of daemon log output
If the daemon is killed before the buffer is flushed, the log file can be incomplete. Signed-off-by: Jonas Witschel <diabonas@gmx.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 54a70f97..c0e3917e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -171,7 +171,7 @@ AS_IF([test "x$enable_integration" = "xyes"],
ERROR_IF_NO_PROG([ps])
ERROR_IF_NO_PROG([echo])
ERROR_IF_NO_PROG([kill])
- ERROR_IF_NO_PROG([nohup])
+ ERROR_IF_NO_PROG([stdbuf])
ERROR_IF_NO_PROG([sleep])
ERROR_IF_NO_PROG([cat])
ERROR_IF_NO_PROG([realpath])