aboutsummaryrefslogtreecommitdiff
path: root/mssql/database/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-06-06 12:46:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-06-06 12:46:23 +0200
commit2b03a8fa879bd583c889b101f567927a959cdc0f (patch)
treea8e463db1baa23ba2b87411ef076b478028a3305 /mssql/database/makefile
parente6b93ff477d7c789b786b059dcab1f66e5aae013 (diff)
Use fixed options file names in database-specific tests
Diffstat (limited to 'mssql/database/makefile')
-rw-r--r--mssql/database/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mssql/database/makefile b/mssql/database/makefile
index 2e64258..e1bf4ba 100644
--- a/mssql/database/makefile
+++ b/mssql/database/makefile
@@ -46,7 +46,7 @@ $(dist):
# Test.
#
$(test): $(driver) $(src_base)/test.std
- $(call message,test $<,$< --options-file $(dcf_root)/$(db_id).options \
+ $(call message,test $<,$< --options-file $(dcf_root)/mssql.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)