rename test db

This commit is contained in:
Michael Davidsaver
2013-03-30 20:25:04 -04:00
parent dac67e79ee
commit 6b7ba0d062
3 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -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