[Lldb-commits] [lldb] 9bce9d2 - [TestConvienceVariable] Clean the directory before running the test.
Davide Italiano via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 7 13:54:11 PST 2020
Author: Davide Italiano
Date: 2020-02-07T13:52:40-08:00
New Revision: 9bce9d2d65e2462140597f71a8247750b837094c
URL: https://github.com/llvm/llvm-project/commit/9bce9d2d65e2462140597f71a8247750b837094c
DIFF: https://github.com/llvm/llvm-project/commit/9bce9d2d65e2462140597f71a8247750b837094c.diff
LOG: [TestConvienceVariable] Clean the directory before running the test.
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 d9c8f7581bea..2afacb88cf22 100644
--- a/lldb/test/Shell/Driver/TestConvenienceVariables.test
+++ b/lldb/test/Shell/Driver/TestConvenienceVariables.test
@@ -1,4 +1,5 @@
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