summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index df0ddac6bd9..ace9c8dac2a 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -791,7 +791,7 @@ def getIceBox():
iceBox += "d"
iceBox += ".exe"
elif isLinux():
- if not x64:
+ if not x64 and not armv7l:
iceBox += "32"
if cpp11:
iceBox += "++11"