aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-ximage_chromeos.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/image_chromeos.py b/image_chromeos.py
index bea6fe57..11836ce9 100755
--- a/image_chromeos.py
+++ b/image_chromeos.py
@@ -405,8 +405,7 @@ def IsImageModdedForTest(chromeos_root, image, log_level):
rootfs_mp = rootfs_mp.strip()
stateful_mp = stateful_mp.strip()
lsb_release_file = os.path.join(rootfs_mp, 'etc/lsb-release')
- extra = (
- 'grep CHROMEOS_RELEASE_DESCRIPTION %s | grep -i test' % lsb_release_file)
+ extra = ('grep CHROMEOS_RELEASE_TRACK %s | grep -i test' % lsb_release_file)
output = MountImage(
chromeos_root,
image,