Sign in
llvm
/
llvm-project
/
refs/heads/users/nico/python-2
/
.
/
lldb
/
test
/
Shell
/
Settings
/
TestEchoCommandsQuiet.test
blob: 88c4f598e6974819317f3c811f5d4cb382ff66aa [
file
] [
log
] [
blame
] [
edit
]
Can
't mute platform select command.
UNSUPPORTED: remote-linux
RUN: echo start >%t.file
RUN: %lldb -x -b --source-quietly -s %S/Inputs/EchoCommandsTest.in >>%t.file
RUN: echo done >>%t.file
RUN: FileCheck %S/Inputs/EchoCommandsQuiet.out <%t.file