Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1191)

Unified Diff: src/scripts/mod_image_for_test.sh

Issue 1147005: Fix the path of results due to the test name change (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/mod_image_for_test.sh
diff --git a/src/scripts/mod_image_for_test.sh b/src/scripts/mod_image_for_test.sh
index 261cc9eae8a5b05b9ba38c8229bdc1459f5f0fa2..5c9a5c550e632c626e44c859cd8eaaab297afdd9 100755
--- a/src/scripts/mod_image_for_test.sh
+++ b/src/scripts/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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698