From a4228bfbf7d8675489de2b373fcb8b7e93ae5478 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Tue, 22 Jun 2010 16:55:17 +0200 Subject: [PATCH] wvtest: Do not check open fds at the end --- build/aquosa/wvtest/c/wvtestmain.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/aquosa/wvtest/c/wvtestmain.c b/build/aquosa/wvtest/c/wvtestmain.c index 534c078d..446e5ba4 100644 --- a/build/aquosa/wvtest/c/wvtestmain.c +++ b/build/aquosa/wvtest/c/wvtestmain.c @@ -77,7 +77,8 @@ int main(int argc, char **argv) startfd = fd_count("start"); int ret = wvtest_run_all(prefixes); - if (ret == 0) // don't pollute the strace output if we failed anyway +// if (ret == 0) // don't pollute the strace output if we failed anyway + if (0) { endfd = fd_count("end"); -- 2.39.2