summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2020-01-07 13:21:47 -0800
committerJonas Devlieghere <jonas@devlieghere.com>2020-01-07 13:21:47 -0800
commit512b2c7dc74adb58404bb564bbd81b9cfdaf215c (patch)
treea0b5fb5b59faf99e353f1cf3e342beac3b2a5c97
parent4c935c66c43c6026d6ba565b1c6098e0f02d6962 (diff)
downloadbcm5719-llvm-512b2c7dc74adb58404bb564bbd81b9cfdaf215c.tar.gz
bcm5719-llvm-512b2c7dc74adb58404bb564bbd81b9cfdaf215c.zip
[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.
-rw-r--r--lldb/test/Shell/Driver/TestConvenienceVariables.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/Shell/Driver/TestConvenienceVariables.test b/lldb/test/Shell/Driver/TestConvenienceVariables.test
index d9c8f7581be..14887fdd499 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
OpenPOWER on IntegriCloud