summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2017-01-23 15:40:42 +0100
committerMagnus Ahltorp <map@kth.se>2017-01-23 15:40:42 +0100
commita490e6616882ea698a23f1f780ff442479dda0ba (patch)
treeea799427e75f2131f1d1186b5477e8b7251e2eed /test/Makefile
parentd94247cb9f7746f75b176cbed0a32e9e902e7e7d (diff)
Remove old @-style preprocessing code.
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index f311208..a033de6 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -11,8 +11,7 @@ tests-wait:
sleep 5
tests-makemk:
- cat $(PREFIX)/test/catlfish-test.cfg.in | sed 's/@[A-Z0-9-]*@//' > $(PREFIX)/test/catlfish-test.cfg
- $(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