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