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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits