commit | 993b9880c480ab9d93badbbe822dd871896bdc6f | [log] [tgz] |
---|---|---|
author | Shikha Panwar <shikhapanwar@google.com> | Tue Mar 21 14:57:46 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Mar 21 14:57:46 2023 +0000 |
tree | 21d7de24d714e724b4e5fc362c13c9efd7748b03 | |
parent | 23bdd39f9f1b1d07da5c1a0e4c77baaa8d4854da [diff] | |
parent | 78b3e6d8b605df737bbb00602f57446666500a93 [diff] |
Merge "MicrodroidHostTest: mkdir test dir @Before test run"
diff --git a/tests/hostside/helper/java/com/android/microdroid/test/host/MicrodroidHostTestCaseBase.java b/tests/hostside/helper/java/com/android/microdroid/test/host/MicrodroidHostTestCaseBase.java index 20a6045..a7f7906 100644 --- a/tests/hostside/helper/java/com/android/microdroid/test/host/MicrodroidHostTestCaseBase.java +++ b/tests/hostside/helper/java/com/android/microdroid/test/host/MicrodroidHostTestCaseBase.java
@@ -67,6 +67,8 @@ // remove any leftover files under test root android.tryRun("rm", "-rf", TEST_ROOT + "*"); + + android.tryRun("mkdir " + TEST_ROOT); } public static void cleanUpVirtualizationTestSetup(ITestDevice androidDevice)