From a0ec3ebc2d7bf24260415939fc625e0e4fc472d2 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 1 Sep 2015 18:38:49 +0200 Subject: Fix for IceBox tests with ARM --- scripts/TestUtil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/TestUtil.py') 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" -- cgit v1.2.3