From 569380667a1a97d1db78b5c0fce2d8fb05016234 Mon Sep 17 00:00:00 2001 From: Bernard Davison Date: Wed, 7 Mar 2012 10:24:55 +1100 Subject: [PATCH] Forcing make test to use /usr/bin/perl instead of the perl from the path. This is required since we could be picking up Perl from /opt/paparazzi/bin/perl which won't have the required modules installed. --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index cf84e47478..450edb8e05 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,5 +1,5 @@ Q = @ -PERL = perl +PERL = /usr/bin/perl TEST_VERBOSE = 0 ifeq ($(TARGET_BOARD),) TARGET_BOARD = *