Use parameter passing convention from 1.1.0

This commit is contained in:
Marian Koncek 2023-03-08 13:41:03 +01:00
parent eec44c9aa9
commit 5132985022

View File

@ -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