diff options
author | Linus Nordberg <linus@nordu.net> | 2017-01-23 15:47:12 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2017-01-23 15:47:12 +0100 |
commit | a4709803d2e824cd447e3906cfb5ee89068802fc (patch) | |
tree | e4296ceceb1732404392b9578ba475ed567b12f6 /test/Makefile | |
parent | 08b7a3e0ae682840adb0515273c27ace0f692a31 (diff) | |
parent | a490e6616882ea698a23f1f780ff442479dda0ba (diff) |
Merge remote-tracking branch 'refs/remotes/map/config-api-key'
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index c92c30d..a033de6 100644 --- a/test/Makefile +++ b/test/Makefile @@ -11,7 +11,7 @@ tests-wait: sleep 5 tests-makemk: - $(PREFIX)/tools/compileconfig.py --config=$(PREFIX)/test/catlfish-test.cfg --testshellvars=$(PREFIX)/test/test.shvars --machines 1 + $(PREFIX)/tools/compileconfig.py --config=$(PREFIX)/test/catlfish-test.cfg.in --testshellvars=$(PREFIX)/test/test.shvars --machines 1 tests: @make tests-makemk |