From f01627b64c5cf6c25b8ad86305e33fe2ed54e148 Mon Sep 17 00:00:00 2001 From: Tom Wai-Hong Tam Date: Mon, 22 Mar 2010 18:24:52 +0800 Subject: [PATCH] Fix the path of results due to the test name change Review URL: http://codereview.chromium.org/1147005 --- mod_image_for_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod_image_for_test.sh b/mod_image_for_test.sh index 261cc9eae8..5c9a5c550e 100755 --- a/mod_image_for_test.sh +++ b/mod_image_for_test.sh @@ -113,9 +113,9 @@ if [ ${FLAGS_manuf} -eq ${FLAGS_TRUE} ]; then # Try to append the full path to the file if FLAGS_qualdb is a directory if [ ! -z ${FLAGS_qualdb} ] && [ -d ${FLAGS_qualdb} ]; then # TODO(waihong): Handle multiple results to deliver to multiple images - FLAGS_qualdb="${FLAGS_qualdb}/platform_Components,*" + FLAGS_qualdb="${FLAGS_qualdb}/hardware_Components,*" FLAGS_qualdb=$(ls -dt ${FLAGS_qualdb} 2>&-| head -1) - FLAGS_qualdb="${FLAGS_qualdb}/platform_Components/results/system_components" + FLAGS_qualdb="${FLAGS_qualdb}/hardware_Components/results/system_components" fi if [ ! -z ${FLAGS_qualdb} ] && [ -f ${FLAGS_qualdb} ]; then