diff options
Diffstat (limited to 'make/scripts/tests-armv7l_eabi.sh')
-rwxr-xr-x | make/scripts/tests-armv7l_eabi.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests-armv7l_eabi.sh b/make/scripts/tests-armv7l_eabi.sh index e7e327075..2ed3070b4 100755 --- a/make/scripts/tests-armv7l_eabi.sh +++ b/make/scripts/tests-armv7l_eabi.sh @@ -2,6 +2,6 @@ spath=`dirname $0` -. $spath/tests.sh `which java` ../build-armv7l_eabi $* +. $spath/tests.sh `which java` -DummyArg ../build-armv7l_eabi $* |