Merge "Search for test executables in odk_test" into rvc-dev
This commit is contained in:
@@ -93,6 +93,8 @@ try_adb_push() {
|
|||||||
# android-tests.zip requires /data/nativetest, we should use the same
|
# android-tests.zip requires /data/nativetest, we should use the same
|
||||||
if [ -f $OUT/data/nativetest/$1 ]; then
|
if [ -f $OUT/data/nativetest/$1 ]; then
|
||||||
test_file=$OUT/data/nativetest/$1
|
test_file=$OUT/data/nativetest/$1
|
||||||
|
elif [ -f $OUT/data/nativetest/vendor/$1/$1 ]; then
|
||||||
|
test_file=$OUT/data/nativetest/vendor/$1/$1
|
||||||
else
|
else
|
||||||
echo "I cannot find $1"
|
echo "I cannot find $1"
|
||||||
echo "I think it should be in $OUT/data/nativetest"
|
echo "I think it should be in $OUT/data/nativetest"
|
||||||
|
|||||||
Reference in New Issue
Block a user