Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 129f2e37 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Add --class-level-report to run-ravenwwood-tests.sh

Also fixed the package name of RavenwoodActivityThreadTest

Bug: 292141694
Flag: TEST_ONLY
Test: $ANDROID_BUILD_TOP/frameworks/base/ravenwood/scripts/run-ravenwood-tests.sh -D
Test: $ANDROID_BUILD_TOP/frameworks/base/ravenwood/scripts/run-ravenwood-tests.sh -r
Change-Id: I54b55dad29dcd2e0c977a820fbc67ef872d116bb
parent e9a4da01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -204,4 +204,4 @@ if (( ! $build_only )) ; then
    done
fi

run $dry_run ${ATEST:-atest} $atest_opts "${targets[@]}" "${extra_args[@]}"
run $dry_run ${ATEST:-atest} --class-level-report $atest_opts "${targets[@]}" "${extra_args[@]}"
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.android.ravenwoodtest.coretest;
package com.android.ravenwoodtest.bivalenttest;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;