Better logging in index when benchmarking (again)

This commit is contained in:
Guillaume Bury 2014-11-05 23:50:29 +01:00
parent 7288f6ece2
commit f9fde897e0

View file

@ -31,6 +31,6 @@ $(SOLVER):
$(LOGDIR)/raw/%.done : $(PROVER)
@mkdir -p $(dir $@)
@echo "solving problem $*.cnf..."
@echo "solving problem $*.cnf..." | tee -a $(INDEX)
@./run_prover "$(CMD)" "$*.cnf" "$@"