aboutsummaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorAxel Fagerstedt <axel.fagerstedt@linaro.org>2013-04-17 19:58:49 +0200
committerAxel Fagerstedt <axel.fagerstedt@linaro.org>2013-04-17 19:58:49 +0200
commita1cdc78f4b2046f5a9584562a5c1685d8c4b36e3 (patch)
treeece5c77613cafea15bbc419c131385dcd8575e1e /node
parent9e27b494c7cc7151392b990e03285fa52c371ee8 (diff)
build type name changed
Diffstat (limited to 'node')
-rwxr-xr-xnode/prepare_build_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/prepare_build_config.py b/node/prepare_build_config.py
index d2ca1dd..d8b0eea 100755
--- a/node/prepare_build_config.py
+++ b/node/prepare_build_config.py
@@ -61,7 +61,7 @@ def validate_config(config, slave_type):
if config.get("BUILD_TYPE", "build-android") in ["build-android-private",
"build-android-restricted",
"build-android-toolchain-linaro-restricted",
- "build-testsuite-restricted"]:
+ "build-android-testsuite-restricted"]:
build_type_cat = "restricted"
else:
build_type_cat = "normal"