Searched refs:rerun (Results 1 – 7 of 7) sorted by relevance
304 RunInstrumentationTestsAnswer rerun = in testRun_rerun() local316 .doAnswer(rerun) in testRun_rerun()444 RunInstrumentationTestsAnswer rerun = in testRun_rebootBeforeReRun() local456 .doAnswer(rerun) in testRun_rebootBeforeReRun()502 RunInstrumentationTestsAnswer rerun = in testRun_resume() local514 .doAnswer(rerun) in testRun_resume()
33 > rules apply, rerun ```build/envsetup.sh``` to update ```$PYTHONPATH```.
38 > rules apply, rerun ```build/envsetup.sh``` to update ```$PYTHONPATH```.
115 4. You're done! To pick up the override, rerun build/envsetup.sh to kick off the
473 public void setRerunMode(boolean rerun) { in setRerunMode() argument474 mIsRerunMode = rerun; in setRerunMode()
217 to rerun your test with -t will fail without having the **--disable-teardown**225 So you can continue to rerun your test with just `atest -t <test>` as many times as you want.
138 Note: PTS is very flacky, rerun multiple times to pass.