diff options
| author | Enrico Tassi | 2014-11-27 15:54:20 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2014-11-27 16:06:54 +0100 |
| commit | 6395ba2b36acb3560e1dd336760b0449dd70ab98 (patch) | |
| tree | 396d6eb2b95ffcaf0d0e1cbc642b0ab19a10ea88 | |
| parent | b9b3935191cae5c1d8b592742ea46a2e1b525ded (diff) | |
Fix test flags for fake_ide
| -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 a676d89e70..7f6a8eb9e3 100644 --- a/test-suite/Makefile +++ b/test-suite/Makefile @@ -415,7 +415,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-always-delegate" 2>&1; \ + $(BIN)fake_ide $< "$(BIN)coqtop -boot -async-proofs on" 2>&1; \ if [ $$? = 0 ]; then \ echo $(log_success); \ echo " $<...Ok"; \ |
