[Lldb-commits] [lldb] 512b2c7 - [lldb/Test] Remove old binary created by TestConvenienceVariables
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 7 13:22:57 PST 2020
Author: Jonas Devlieghere
Date: 2020-01-07T13:21:47-08:00
New Revision: 512b2c7dc74adb58404bb564bbd81b9cfdaf215c
URL: https://github.com/llvm/llvm-project/commit/512b2c7dc74adb58404bb564bbd81b9cfdaf215c
DIFF: https://github.com/llvm/llvm-project/commit/512b2c7dc74adb58404bb564bbd81b9cfdaf215c.diff
LOG: [lldb/Test] Remove old binary created by TestConvenienceVariables
On a dirty build directory the new mkdir fails because the file already
exists and is not a directory.
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..14887fdd4990 100644
--- a/lldb/test/Shell/Driver/TestConvenienceVariables.test
+++ b/lldb/test/Shell/Driver/TestConvenienceVariables.test
@@ -1,4 +1,5 @@
REQUIRES: python
+RUN: rm -rf %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