]> rtime.felk.cvut.cz Git - frescor/frsh-forb.git/commitdiff
wvtest: Do not check open fds at the end
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 22 Jun 2010 14:55:17 +0000 (16:55 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 22 Jun 2010 14:55:17 +0000 (16:55 +0200)
build/aquosa/wvtest/c/wvtestmain.c

index 534c078d67068b2517115af285d1b2248a6d35dc..446e5ba406b294b70264daecafe97d4058cc09ad 100644 (file)
@@ -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");