Index: tools/testrunner/local/statusfile.py |
diff --git a/tools/testrunner/local/statusfile.py b/tools/testrunner/local/statusfile.py |
index 5f5533f483b0bdddd8d9a9ea60ec7ea5cc74453d..da0c797d0a939deec0db668f49e35bc8095b4ba4 100644 |
--- a/tools/testrunner/local/statusfile.py |
+++ b/tools/testrunner/local/statusfile.py |
@@ -53,7 +53,8 @@ DEFS = {FAIL_OK: [FAIL, OKAY], |
# Support arches, modes to be written as keywords instead of strings. |
VARIABLES = {ALWAYS: True} |
for var in ["debug", "release", "android_arm", "android_ia32", "arm", "ia32", |
- "mipsel", "x64", "nacl_ia32", "nacl_x64", "macos", "windows"]: |
+ "mipsel", "x64", "nacl_ia32", "nacl_x64", "macos", "windows", |
+ "linux"]: |
VARIABLES[var] = var |