Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
331 B
Plaintext
Raw Permalink Normal View History

2019-05-13 22:02:09 +00:00
UNSUPPORTED: system-windows
UNSUPPORTED: lldb-repro
2019-05-13 22:02:09 +00:00
2019-05-13 19:17:48 +00:00
The double quotes around "BAR" ensure we don't match the command.
RUN: %clangxx_host -std=c++11 %p/Inputs/env.cpp -o %t
2019-05-13 19:17:48 +00:00
RUN: %lldb %t -o 'process launch --environment FOO="BAR"' | FileCheck %s
RUN: %lldb %t -o 'env FOO="BAR"' -o 'process launch' | FileCheck %s
CHECK: FOO=BAR