[Lldb-commits] [lldb] 5858c9d - Revert "[TestConvienceVariable] Clean the directory before running the test."
Davide Italiano via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 7 14:32:37 PST 2020
Author: Davide Italiano
Date: 2020-02-07T14:32:30-08:00
New Revision: 5858c9d69f5efa94b721e3d37edadae21cbb77f3
URL: https://github.com/llvm/llvm-project/commit/5858c9d69f5efa94b721e3d37edadae21cbb77f3
DIFF: https://github.com/llvm/llvm-project/commit/5858c9d69f5efa94b721e3d37edadae21cbb77f3.diff
LOG: Revert "[TestConvienceVariable] Clean the directory before running the test."
This reverts commit 9bce9d2d65e2462140597f71a8247750b837094c, as
it breaks the bots.
Added:
Modified:
lldb/test/Shell/Driver/TestConvenienceVariables.test
Removed:
################################################################################
diff --git a/lldb/test/Shell/Driver/TestConvenienceVariables.test b/lldb/test/Shell/Driver/TestConvenienceVariables.test
index 2afacb88cf22..d9c8f7581bea 100644
--- a/lldb/test/Shell/Driver/TestConvenienceVariables.test
+++ b/lldb/test/Shell/Driver/TestConvenienceVariables.test
@@ -1,5 +1,4 @@
REQUIRES: python
-RUN: rm -f %t
RUN: mkdir -p %t
RUN: %build %p/Inputs/hello.cpp -o %t/target.out
RUN: %lldb %t/target.out -s %p/Inputs/convenience.in -o quit | FileCheck %s
More information about the lldb-commits
mailing list