Skip to content
Snippets Groups Projects
Commit 271cf75d authored by Marek Vavruša's avatar Marek Vavruša
Browse files

tests: renamed config_template -> kresd.j2

parent b7ebe723
Branches
Tags
No related merge requests found
......@@ -16,6 +16,9 @@
*.log
*.inc
*.mdb
*.gcno
*.gcda
*.gcov
.dirstamp
.libs
.deps
......
......@@ -27,6 +27,6 @@ $(libfaketime): $(libfaketime_DIR)/Makefile
@CFLAGS="" $(MAKE) -C $(libfaketime_DIR)
check-integration: $(libfaketime)
$(preload_LIBS) $(preload_syms) tests/test_integration.py $(TESTS) daemon/kresd ./config_template config
$(preload_LIBS) $(preload_syms) tests/test_integration.py $(TESTS) daemon/kresd ./kresd.j2 config
.PHONY: check-integration
File moved
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment