aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Settings/TestEchoCommandsQuiet.test
blob: 88c4f598e6974819317f3c811f5d4cb382ff66aa (plain)
1
2
3
4
5
6
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