summaryrefslogtreecommitdiffstats
path: root/src/testdir/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-31 14:17:27 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-31 14:17:27 +0200
commit89eaa4185efacab253b23a182c1c8a7bbf1096c9 (patch)
treecb8ed611f3dfdd5bf9687cd89b2bd3ab91dad5ef /src/testdir/Makefile
parentb54c3ff3174dbb5dfbfcabdf95200b047beaa644 (diff)
patch 7.4.2135v7.4.2135
Problem: Various tiny issues. Solution: Update comments, white space, etc.
Diffstat (limited to 'src/testdir/Makefile')
-rw-r--r--src/testdir/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/testdir/Makefile b/src/testdir/Makefile
index 129ecaf6c1..5c629ed3f7 100644
--- a/src/testdir/Makefile
+++ b/src/testdir/Makefile
@@ -80,14 +80,14 @@ test1.out: test1.in
@-/bin/sh -c "sleep .2 > /dev/null 2>&1 || sleep 1"
-$(RUN_VIM) $*.in
- # For flaky tests retry one time.
- @/bin/sh -c "if test -f test.out -a $* = test61; then \
- if diff test.out $*.ok; \
- then echo flaky test ok first time; \
- else rm -rf $*.failed $(RM_ON_RUN); \
- $(RUN_VIM) $*.in; \
- fi \
- fi"
+ # For flaky tests retry one time. No tests at the moment.
+ #@/bin/sh -c "if test -f test.out -a $* = test61; then \
+ # if diff test.out $*.ok; \
+ # then echo flaky test ok first time; \
+ # else rm -rf $*.failed $(RM_ON_RUN); \
+ # $(RUN_VIM) $*.in; \
+ # fi \
+ # fi"
# Check if the test.out file matches test.ok.
@/bin/sh -c "if test -f test.out; then \