You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
331 B
11 lines
331 B
UNSUPPORTED: system-windows
|
|
UNSUPPORTED: lldb-repro
|
|
|
|
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
|