Run hwqual on test_mod=true as it has dependencies on test_mod=true.

Review URL: http://codereview.chromium.org/1553025
This commit is contained in:
David McMahon 2010-04-12 12:21:35 -07:00
parent 373c3903c2
commit ad9c20327d

View File

@ -116,7 +116,7 @@ echo "$LAST_CHANGE" > "${FLAGS_to}/LATEST"
chmod 644 "$ZIPFILE" "${FLAGS_to}/LATEST"
chmod 755 "$OUTDIR"
if [ $FLAGS_official_build -eq $FLAGS_TRUE ]
if [ $FLAGS_test_mod -eq $FLAGS_TRUE -a $FLAGS_official_build -eq $FLAGS_TRUE ]
then
echo "Creating hwqual archive"
HWQUAL_NAME="chromeos-hwqual-${FLAGS_board}-${CHROMEOS_VERSION_STRING}"