update test

This commit is contained in:
Michael Davidsaver
2013-12-08 16:16:21 -05:00
parent cb69b38ae1
commit 0a12b0651d

View File

@ -1,10 +1,12 @@
#!./bin/linux-x86/softIocPy #!./bin/linux-x86/softIocPy
epicsEnvSet("PYTHONPATH", "${PWD}/python/linux-x86:${PWD}/testApp")
dbLoadDatabase("dbd/softIocPy.dbd") dbLoadDatabase("dbd/softIocPy.dbd")
softIocPy_registerRecordDeviceDriver(pdbbase) 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 "import devsup.hooks"
#py "devsup.hooks.debugHooks()" #py "devsup.hooks.debugHooks()"