| 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
|
|
|