From 0a12b0651df777f2f677920820d59afb51972ac2 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Sun, 8 Dec 2013 16:16:21 -0500 Subject: [PATCH] update test --- test.cmd | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test.cmd b/test.cmd index 39434d7..7acc036 100644 --- a/test.cmd +++ b/test.cmd @@ -1,10 +1,12 @@ #!./bin/linux-x86/softIocPy -epicsEnvSet("PYTHONPATH", "${PWD}/python/linux-x86:${PWD}/testApp") - dbLoadDatabase("dbd/softIocPy.dbd") softIocPy_registerRecordDeviceDriver(pdbbase) +py "import devsup; print devsup.HAVE_DBAPI" +py "import sys; sys.path.insert(0,'${PWD}/testApp')" +py "print sys.path" + #py "import devsup.hooks" #py "devsup.hooks.debugHooks()"