update test
This commit is contained in:
6
test.cmd
6
test.cmd
@ -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()"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user