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


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to