From 9af90374c8ac71bb44ef059db440dc985e0b25bc Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Thu, 26 May 2011 19:24:22 +0200 Subject: kwrapper: search for tests in the platform too Signed-off-by: Michael Olbrich --- tests/kwrapper | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/kwrapper') diff --git a/tests/kwrapper b/tests/kwrapper index 842403e5b..e448e26a0 100755 --- a/tests/kwrapper +++ b/tests/kwrapper @@ -9,12 +9,14 @@ shift [ -e "${PTXDIST_BOARDSETUP}" ] || ptxd_bailout "Please run 'ptxdist boardsetup' first!" ptxd_get_path \ + "${PTXDIST_PLATFORMCONFIGDIR}/tests/${TST}.kermit" \ "${PTXDIST_WORKSPACE}/tests/${TST}.kermit" \ "${PTXDIST_TOPDIR}/tests/${TST}.kermit" || ptxd_bailout "No kermit-script for ${TST} found! Please report to the developers." KSCRIPT="${ptxd_reply}" ptxd_get_path \ + "${PTXDIST_PLATFORMCONFIGDIR}/tests/libptxdisttest.kermit" \ "${PTXDIST_WORKSPACE}/tests/libptxdisttest.kermit" \ "${PTXDIST_TOPDIR}/tests/libptxdisttest.kermit" || ptxd_bailout "Could not find kermit-library! Please report to the developers." -- cgit v1.2.3