| 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 8d778e9d2f636018e39b15588eaf34faf0c19e82..e4fb44bbf9843bf03d3a97017e28146045370597 100755
|
| --- a/src/scripts/mod_image_for_test.sh
|
| +++ b/src/scripts/mod_image_for_test.sh
|
| @@ -36,7 +36,7 @@ fi
|
| # We have a board name but no image set. Use image at default location
|
| if [ -z $FLAGS_image ] ; then
|
| IMAGES_DIR="${DEFAULT_BUILD_ROOT}/images/${FLAGS_board}"
|
| - FILENAME="chromiumos_test_image.bin"
|
| + FILENAME="chromiumos_image.bin"
|
| FLAGS_image="${IMAGES_DIR}/$(ls -t $IMAGES_DIR 2>&-| head -1)/${FILENAME}"
|
| fi
|
|
|
|
|