diff options
author | 2016-06-15 09:15:09 +0200 | |
---|---|---|
committer | 2016-06-15 09:15:09 +0200 | |
commit | 443a3f3d610d1a6a6fbd3b49a8145863e7ec9f62 (patch) | |
tree | 78d09e502c5ce93758f7a4263cbf72039fad0f6b | |
parent | e129410314b2e4e6ed7dc2c0814332a67444b01a (diff) |
fix test-suite/ide Makefile (stupid typo)
-rw-r--r-- | test-suite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/Makefile b/test-suite/Makefile index b9c27a2fc..d779d1f9a 100644 --- a/test-suite/Makefile +++ b/test-suite/Makefile @@ -421,7 +421,7 @@ ide : $(patsubst %.fake,%.fake.log,$(wildcard ide/*.fake)) @echo "TEST $<" $(HIDE){ \ echo $(call log_intro,$<); \ - $(BIN)fake_ide $< "$(BIN)coqtop -boot -async-proofs on -async-proofs-tactic-error-resiliency off -async-proofs-command-error-resiliency off" 2>&1; \ + $(BIN)fake_ide $< "$(BIN)coqtop -boot -async-proofs on -async-proofs-tactic-error-resilience off -async-proofs-command-error-resilience off" 2>&1; \ if [ $$? = 0 ]; then \ echo $(log_success); \ echo " $<...Ok"; \ |