Our CI is failing because the host machine is using mawk instead of gawk. mawk v1.3.3 cannot parse regex such as '/[/]/', while mawk v1.3.4 and gawk can. Change regex of '[/]' to '\/' so that our test script is as backward compatible as possible. Bug: 188862155 Test: Run adb-remount-test.sh on CI Change-Id: Ia4fbce58a61325a5e5280ede0d5b7760832d8ec1 |
||
|---|---|---|
| .. | ||
| src/com/android/tests/vendoroverlay | ||
| adb-remount-sh.xml | ||
| adb-remount-test.sh | ||
| Android.bp | ||
| AndroidTest.xml | ||
| file_wait_test.cpp | ||
| fs_mgr_test.cpp | ||
| vendor-overlay-test.xml | ||