From e3e37e453414f32557e43a68de945806a1a95776 Mon Sep 17 00:00:00 2001 From: Valentin Reis Date: Wed, 9 Jan 2019 14:00:13 -0600 Subject: [PATCH] Relaxing the TestListen test to hearing ",". --- argotk/argotk.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argotk/argotk.hs b/argotk/argotk.hs index c966c53..0ec19d6 100755 --- a/argotk/argotk.hs +++ b/argotk/argotk.hs @@ -106,7 +106,7 @@ configureTest = \case , args = AppArgs ["15"] , daemon = daemonBehavior , cmdrun = runBehavior - , cmdlisten = listentestBehavior (TestText "pub message") + , cmdlisten = listentestBehavior (TestText ",") } , description = "2: Setup stack and check that argo-perf-wrapper sends\ \ at least one message to the daemon." -- 2.26.2