summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/Process/TestEnvironment.test
blob: a9c624b8a4ec896c2101b171c1b7a7a92ec1e441 (plain)
1
2
3
4
5
6
7
8
9
UNSUPPORTED: system-windows

The double quotes around "BAR" ensure we don't match the command.

RUN: %clangxx_host -std=c++11 %p/Inputs/env.cpp -o %t
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
OpenPOWER on IntegriCloud