commit e31a3f710db050b75b72108f8501ad85a4ab276f parent 3f4ce8c575e9f418b8f3a20482d81a6ac9dcaa99 Author: MS <ms@taler.net> Date: Tue, 1 Dec 2020 21:52:07 +0100 makefile Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -47,5 +47,5 @@ tests: .PHONY: parse parse: - @cd parsing-tests; git pull || true + @cd parsing-tests; git pull origin master || true @cd parsing-tests; py.test -s checks.py