From 8f262441497a672509a600168ec308109b4a7b57 Mon Sep 17 00:00:00 2001 From: Ole Tange Date: Thu, 4 Jul 2013 17:20:50 +0200 Subject: [PATCH] testsuite for bug #39360: --joblog does not work with --pipe. --- testsuite/tests-to-run/parallel-local4.sh | 2 ++ testsuite/wanted-results/parallel-local4 | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/testsuite/tests-to-run/parallel-local4.sh b/testsuite/tests-to-run/parallel-local4.sh index 2c192990..11830a30 100644 --- a/testsuite/tests-to-run/parallel-local4.sh +++ b/testsuite/tests-to-run/parallel-local4.sh @@ -19,5 +19,7 @@ echo '### -l -N with pipe' echo '### -l -n with pipe' seq 14 | parallel --pipe -k -l 3 -n 2 'cat;echo 6 ln line record' +echo '### bug #39360: --joblog does not work with --pipe' + seq 100 | parallel --joblog - --pipe wc EOF diff --git a/testsuite/wanted-results/parallel-local4 b/testsuite/wanted-results/parallel-local4 index ce528348..0c120422 100644 --- a/testsuite/wanted-results/parallel-local4 +++ b/testsuite/wanted-results/parallel-local4 @@ -87,3 +87,9 @@ echo '### -l -n with pipe' 13 14 6 ln line record +echo '### bug #39360: --joblog does not work with --pipe' +### bug #39360: --joblog does not work with --pipe + seq 100 | parallel --joblog - --pipe wc +Seq Host Starttime Runtime Send Receive Exitval Signal Command +1 : 1372951218.155 0.246 0 0 0 0 wc + 100 100 292