diff options
Diffstat (limited to 'qt/mysql/basic/makefile')
-rw-r--r-- | qt/mysql/basic/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/mysql/basic/makefile b/qt/mysql/basic/makefile index 73c54c1..8b174a5 100644 --- a/qt/mysql/basic/makefile +++ b/qt/mysql/basic/makefile @@ -81,7 +81,7 @@ $(dist): # $(test): $(driver) $(src_base)/test.std $(call schema) - $(call message,test $<,$< --options-file $(dcf_root)/db.options \ + $(call message,test $<,$< --options-file $(dcf_root)/$(db_id).options \ >$(out_base)/test.out) $(call message,,diff -u $(src_base)/test.std $(out_base)/test.out) $(call message,,rm -f $(out_base)/test.out) |