forked from OSchip/llvm-project
Revert "[TestConvienceVariable] Clean the directory before running the test."
This reverts commit 9bce9d2d65
, as
it breaks the bots.
This commit is contained in:
parent
4a18a5bdd9
commit
5858c9d69f
|
@ -1,5 +1,4 @@
|
||||||
REQUIRES: python
|
REQUIRES: python
|
||||||
RUN: rm -f %t
|
|
||||||
RUN: mkdir -p %t
|
RUN: mkdir -p %t
|
||||||
RUN: %build %p/Inputs/hello.cpp -o %t/target.out
|
RUN: %build %p/Inputs/hello.cpp -o %t/target.out
|
||||||
RUN: %lldb %t/target.out -s %p/Inputs/convenience.in -o quit | FileCheck %s
|
RUN: %lldb %t/target.out -s %p/Inputs/convenience.in -o quit | FileCheck %s
|
||||||
|
|
Loading…
Reference in New Issue