diff options
| author | watiko <service@mail.watiko.net> | 2016-01-11 05:05:11 +0900 |
|---|---|---|
| committer | watiko <service@mail.watiko.net> | 2016-01-15 23:50:04 +0900 |
| commit | 8b173a1de51c0547ad821ad745deb052d732128b (patch) | |
| tree | eb21e82c73e2d97c2fab9669b9545a3716467272 | |
| parent | f433f569a319123e09a6536b1a58d1198b2e3255 (diff) | |
| download | rneovim-8b173a1de51c0547ad821ad745deb052d732128b.tar.gz rneovim-8b173a1de51c0547ad821ad745deb052d732128b.tar.bz2 rneovim-8b173a1de51c0547ad821ad745deb052d732128b.zip | |
tests: Remove needless line continuation.
| -rw-r--r-- | src/nvim/testdir/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index b4292dbd4b..8edbe303f2 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -160,7 +160,7 @@ RUN_VIMTEST = VIMRUNTIME=$(SCRIPTSOURCE); export VIMRUNTIME; $(VALGRIND) $(VIMPR newtests: newtestssilent @/bin/sh -c "if test -f messages && grep -q 'FAILED' messages; then \ cat messages && cat test.log; \ - fi" \ + fi" newtestssilent: $(NEW_TESTS) |