From 79708b64d1cb5aaffa6e24eefa8c7fa06b574ac7 Mon Sep 17 00:00:00 2001 From: Aliaksandr Kazlou Date: Mon, 30 Apr 2018 01:35:46 +0300 Subject: [PATCH] #53 Append --follow into the test case to make it work --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 4a55226..ee79630 100755 --- a/test.sh +++ b/test.sh @@ -77,5 +77,5 @@ testcase "do not use working dir from the defaults config if the one already pro ok testcase "tail-ing/following" -./vmx run rest-prod1 less-logs +./vmx run --follow rest-prod1 less-logs ok