mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 14:06:58 +02:00
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:
parent
373c3903c2
commit
ad9c20327d
@ -116,7 +116,7 @@ echo "$LAST_CHANGE" > "${FLAGS_to}/LATEST"
|
|||||||
chmod 644 "$ZIPFILE" "${FLAGS_to}/LATEST"
|
chmod 644 "$ZIPFILE" "${FLAGS_to}/LATEST"
|
||||||
chmod 755 "$OUTDIR"
|
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
|
then
|
||||||
echo "Creating hwqual archive"
|
echo "Creating hwqual archive"
|
||||||
HWQUAL_NAME="chromeos-hwqual-${FLAGS_board}-${CHROMEOS_VERSION_STRING}"
|
HWQUAL_NAME="chromeos-hwqual-${FLAGS_board}-${CHROMEOS_VERSION_STRING}"
|
||||||
|
Loading…
Reference in New Issue
Block a user