summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkash Agrawal <akagrawal@google.com>2019-05-15 02:53:38 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-05-15 02:53:38 +0000
commit76e30b19ffb8f4126b25c5a98faa02d1ccefbdaf (patch)
tree685ab975ebc9c796bcdf0710e5b0ad07c343c33f
parent766afe75fc9121e22d2f48e993092ceadefe629c (diff)
parent6ab0eca0bd6e9a0cc6372ba677ecf35270123ff3 (diff)
downloadplatform_testing-76e30b19ffb8f4126b25c5a98faa02d1ccefbdaf.tar.gz
Merge "Add build id as an argument" into qt-dev
-rwxr-xr-xemu_test/run_test_suite.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/emu_test/run_test_suite.sh b/emu_test/run_test_suite.sh
index b3d9e1243..1a9bade37 100755
--- a/emu_test/run_test_suite.sh
+++ b/emu_test/run_test_suite.sh
@@ -10,6 +10,7 @@
# Owner: akagrawal@google.com
DIST_DIR=$1
+BUILD_ID=$2
BUILD_DIR="out/prebuilt_cached/builds"
@@ -49,7 +50,7 @@ then
fi
fi
-if [ -d "$BUILD_DIR/gphone_x86-user" ];
+if [ -d "$BUILD_DIR/gphone_x86_64-user" ];
then
SYS_IMAGE_64=`ls $BUILD_DIR/gphone_x86_64-user`
if [[ $TEST_SUITE == *"cts"* ]]