From 9e689d4b542de764d601396638457a9cd83b9092 Mon Sep 17 00:00:00 2001 From: fros4943 Date: Wed, 17 Dec 2008 13:14:46 +0000 Subject: [PATCH] RUN_ALL assumes default Contiki search path --- tools/cooja/contiki_tests/RUN_ALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/cooja/contiki_tests/RUN_ALL b/tools/cooja/contiki_tests/RUN_ALL index 2dd3498a0..8bf5e5311 100644 --- a/tools/cooja/contiki_tests/RUN_ALL +++ b/tools/cooja/contiki_tests/RUN_ALL @@ -23,10 +23,10 @@ done if [ -z "$CONTIKI" ]; then if [ -z "$CONTIKI_HOME" ]; then - echo Undefined variable: CONTIKI - exit 1 + CONTIKI_HOME=../../.. fi CONTIKI=$CONTIKI_HOME + echo Undefined variable: CONTIKI. Using default: ${CONTIKI} fi if [ $MAIL -eq 1 ]; then @@ -94,4 +94,4 @@ do bash RUN_TEST $TEST $LOG done -mail_report +mail_report \ No newline at end of file