From 1ca666886f48401e603404e8c932028edcab05a8 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Wed, 25 Apr 2018 17:30:00 +0000 Subject: Revert r330755 "[lit] Report line number for failed RUN command" It is causing many tests to fail on Windows buildbots: http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/10211 llvm-svn: 330848 --- llvm/docs/CommandGuide/lit.rst | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/docs/CommandGuide/lit.rst') diff --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst index 11337696eb5..fbe1a9ab184 100644 --- a/llvm/docs/CommandGuide/lit.rst +++ b/llvm/docs/CommandGuide/lit.rst @@ -85,8 +85,6 @@ OUTPUT OPTIONS Echo all commands to stdout, as they are being executed. This can be valuable for debugging test failures, as the last echoed command will be the one which has failed. - To help you find the source RUN line, :program:`lit` inserts a no-op ``:`` - command with argument ``'RUN: at line N'`` before each command pipeline. This option implies ``--verbose``. .. option:: -a, --show-all -- cgit v1.2.3