diff mbox

[cbuild2,3/3] testsuite/test.sh: Re-enable running tests from src dir.

Message ID 1381512571-13286-4-git-send-email-ryan.arnold@linaro.org
State New
Headers show

Commit Message

Ryan S. Arnold Oct. 11, 2013, 5:29 p.m. UTC
From: "Ryan S. Arnold" <ryan.arnold@linaro.org>

The existing code exits if it can't find host.conf in the working
directory.  This patch removes that exit, as this was preventing running
the test suite from the source directory since host.conf will never be in
the source directory.  There are overrides for variables essential to the
test process.
---
 testsuite/test.sh | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/testsuite/test.sh b/testsuite/test.sh
index 4fea5c6..7c3cf7d 100755
--- a/testsuite/test.sh
+++ b/testsuite/test.sh
@@ -15,7 +15,6 @@  if test -e "${PWD}/host.conf"; then
     . "${PWD}/host.conf"
 else
     warning "no host.conf file!"
-    exit 1
 fi
 
 # Since we're testing, we don't load the host.conf file, instead