rename test db
This commit is contained in:
2
test.cmd
2
test.cmd
@ -12,6 +12,6 @@ evalPy "import test2"
|
|||||||
evalPy "test2.addDrv('AAAA')"
|
evalPy "test2.addDrv('AAAA')"
|
||||||
evalPy "test2.addDrv('BBBB')"
|
evalPy "test2.addDrv('BBBB')"
|
||||||
|
|
||||||
dbLoadRecords("db/test1.db","P=md:")
|
dbLoadRecords("db/test.db","P=md:")
|
||||||
|
|
||||||
iocInit()
|
iocInit()
|
||||||
|
@ -10,7 +10,7 @@ include $(TOP)/configure/CONFIG
|
|||||||
#----------------------------------------------------
|
#----------------------------------------------------
|
||||||
# Create and install (or just install) into <top>/db
|
# Create and install (or just install) into <top>/db
|
||||||
# databases, templates, substitutions like this
|
# databases, templates, substitutions like this
|
||||||
DB += test1.db
|
DB += test.db
|
||||||
|
|
||||||
#----------------------------------------------------
|
#----------------------------------------------------
|
||||||
# If <anyname>.db template is not named <anyname>*.template add
|
# If <anyname>.db template is not named <anyname>*.template add
|
||||||
|
Reference in New Issue
Block a user