Use parameter passing convention from 1.1.0
This commit is contained in:
parent
eec44c9aa9
commit
5132985022
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user