From 38445ee49e253251d4692175e627acd148e7e0e5 Mon Sep 17 00:00:00 2001 From: Ole Tange Date: Mon, 4 Apr 2016 23:37:54 +0200 Subject: [PATCH] testsuite: :::+ (--xapply) with non-wrapping values. --- testsuite/tests-to-run/parallel-local-0.3s.sh | 6 ++++++ testsuite/wanted-results/parallel-local-0.3s | 12 ++++++++++++ 2 files changed, 18 insertions(+) diff --git a/testsuite/tests-to-run/parallel-local-0.3s.sh b/testsuite/tests-to-run/parallel-local-0.3s.sh index 99e66e18..ca67b166 100644 --- a/testsuite/tests-to-run/parallel-local-0.3s.sh +++ b/testsuite/tests-to-run/parallel-local-0.3s.sh @@ -44,6 +44,12 @@ echo '### Test bug #43284: {%} and {#} with --xapply'; echo '**' +echo '### bug #47501: --xapply for some input sources' + # Wrapping does not work yet + parallel -k echo ::: a b c aWRAP :::+ aa bb cc ::: A B :::+ AA BB AAwrap + +echo '**' + echo '### Test bug #43376: {%} and {#} with --pipe' echo foo | parallel -q --pipe -k echo {#} echo foo | parallel --pipe -k echo {%} diff --git a/testsuite/wanted-results/parallel-local-0.3s b/testsuite/wanted-results/parallel-local-0.3s index 4d2e572d..e815c738 100644 --- a/testsuite/wanted-results/parallel-local-0.3s +++ b/testsuite/wanted-results/parallel-local-0.3s @@ -19,6 +19,18 @@ a 1 1 b 1 echo '**' ** +echo '### bug #47501: --xapply for some input sources' +### bug #47501: --xapply for some input sources + # Wrapping does not work yet + parallel -k echo ::: a b c aWRAP :::+ aa bb cc ::: A B :::+ AA BB AAwrap +a aa A AA +a aa B BB +b bb A AA +b bb B BB +c cc A AA +c cc B BB +echo '**' +** echo '### Test bug #43376: {%} and {#} with --pipe' ### Test bug #43376: {%} and {#} with --pipe echo foo | parallel -q --pipe -k echo {#}