From 51329850226abb87de80897e49bf47cf4959d5f3 Mon Sep 17 00:00:00 2001 From: Marian Koncek Date: Wed, 8 Mar 2023 13:41:03 +0100 Subject: [PATCH] Use parameter passing convention from 1.1.0 --- tests/smoke/runtest.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tests/smoke/runtest.sh b/tests/smoke/runtest.sh index 90a68f7..c7670cb 100755 --- a/tests/smoke/runtest.sh +++ b/tests/smoke/runtest.sh @@ -15,7 +15,14 @@ rlJournalStart rlPhaseEnd rlPhaseStartTest - rlRun "jurand -i -a guava-31.1/guava/src -p org[.]checkerframework[.] com[.]google[.]common[.]annotations[.] com[.]google[.]errorprone[.]annotation[.] com[.]google[.]errorprone[.]annotations[.] com[.]google[.]j2objc[.]annotations[.] javax[.]annotation[.]" + rlRun "jurand -i -a guava-31.1/guava/src\ + -p org[.]checkerframework[.]\ + -p com[.]google[.]common[.]annotations[.]\ + -p com[.]google[.]errorprone[.]annotation[.]\ + -p com[.]google[.]errorprone[.]annotations[.]\ + -p com[.]google[.]j2objc[.]annotations[.]\ + -p javax[.]annotation[.]\ + " rlRun -s "find guava-31.1/guava/src guava-31.1/futures/failureaccess/src -name \*.java | sort" rlRun -s "${JAVA_HOME}/bin/javac -d . @$rlRun_LOG" rlAssertNotGrep error: $rlRun_LOG