From: Davide Italiano Date: Fri, 7 Feb 2020 22:32:12 +0000 (-0800) Subject: Revert "[TestConvienceVariable] Clean the directory before running the test." X-Git-Tag: llvmorg-12-init~15405 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5858c9d69f5efa94b721e3d37edadae21cbb77f3;p=platform%2Fupstream%2Fllvm.git Revert "[TestConvienceVariable] Clean the directory before running the test." This reverts commit 9bce9d2d65e2462140597f71a8247750b837094c, as it breaks the bots. --- diff --git a/lldb/test/Shell/Driver/TestConvenienceVariables.test b/lldb/test/Shell/Driver/TestConvenienceVariables.test index 2afacb8..d9c8f75 100644 --- a/lldb/test/Shell/Driver/TestConvenienceVariables.test +++ b/lldb/test/Shell/Driver/TestConvenienceVariables.test @@ -1,5 +1,4 @@ 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