| Index: tools/testrunner/local/statusfile.py
|
| diff --git a/tools/testrunner/local/statusfile.py b/tools/testrunner/local/statusfile.py
|
| index c94d7e733c5dc2bcb17b43d73bb10450e8fa383c..b9937908d6aa42e4c3dfe2dd35a6ca6caa8a01ab 100644
|
| --- a/tools/testrunner/local/statusfile.py
|
| +++ b/tools/testrunner/local/statusfile.py
|
| @@ -54,7 +54,7 @@ DEFS = {FAIL_OK: [FAIL, OKAY],
|
| VARIABLES = {ALWAYS: True}
|
| for var in ["debug", "release", "android_arm", "android_ia32", "arm", "a64",
|
| "ia32", "mipsel", "x64", "nacl_ia32", "nacl_x64", "macos",
|
| - "windows"]:
|
| + "windows", "linux"]:
|
| VARIABLES[var] = var
|
|
|
|
|
|
|