All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Asbjørn Sloth Tønnesen" <ast@fiberby.dk>
To: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: netfilter-devel@vger.kernel.org,
	"Asbjørn Sloth Tønnesen" <ast@fiberby.dk>
Subject: [PATCH conntrack 2/4] tests: conntrack: flush stdout to keep sync
Date: Mon, 25 Jan 2016 10:40:28 +0000	[thread overview]
Message-ID: <1453718430-5784-2-git-send-email-ast@fiberby.dk> (raw)
In-Reply-To: <1453718430-5784-1-git-send-email-ast@fiberby.dk>

Signed-off-by: Asbjørn Sloth Tønnesen <ast@fiberby.dk>
---
 tests/conntrack/test-conntrack.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/conntrack/test-conntrack.c b/tests/conntrack/test-conntrack.c
index 8f1cea0..9d06a23 100644
--- a/tests/conntrack/test-conntrack.c
+++ b/tests/conntrack/test-conntrack.c
@@ -65,6 +65,7 @@ int main()
 			strcpy(tmp + strlen(CT_PROG) + 1, buf);
 			printf("(%d) Executing: %s\n", line, tmp);
 
+			fflush(stdout);
 			ret = system(tmp);
 
 			if (WIFEXITED(ret) &&
-- 
2.6.4

--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2016-01-25 10:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-25 10:40 [PATCH conntrack 1/4] tests: conntrack: run testfiles in the correct order Asbjørn Sloth Tønnesen
2016-01-25 10:40 ` Asbjørn Sloth Tønnesen [this message]
2016-02-01 10:59   ` [PATCH conntrack 2/4] tests: conntrack: flush stdout to keep sync Pablo Neira Ayuso
2016-01-25 10:40 ` [PATCH conntrack 3/4] tests: conntrack: ignore dot files in testdir Asbjørn Sloth Tønnesen
2016-02-01 10:59   ` Pablo Neira Ayuso
2016-01-25 10:40 ` [PATCH conntrack 4/4] tests: conntrack: use local conntrack binary Asbjørn Sloth Tønnesen
2016-02-01 11:00   ` Pablo Neira Ayuso
2016-02-01 10:59 ` [PATCH conntrack 1/4] tests: conntrack: run testfiles in the correct order Pablo Neira Ayuso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1453718430-5784-2-git-send-email-ast@fiberby.dk \
    --to=ast@fiberby.dk \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pablo@netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.