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

Commit 963c7593 authored by Makoto Onuki's avatar Makoto Onuki Committed by Android (Google) Code Review
Browse files

Merge "Add --class-level-report to run-ravenwwood-tests.sh" into main

parents c23e1841 129f2e37
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;