aboutsummaryrefslogtreecommitdiff
path: root/test/Shell/Reproducer/TestWorkingDir.test
blob: eb0af843dfb39c9d0b782945f979f6dc43f68af3 (plain)
1
2
3
4
5
6
7
8
9
10
11
# This tests relative capture paths.

# RUN: echo "CHECK: %t" > %t.check

# RUN: rm -rf %t.repro
# RUN: mkdir -p %t.repro
# RUN: mkdir -p %t
# RUN: cd %t
# RUN: %clang %S/Inputs/simple.c -g -o %t/reproducer.out
# RUN: %lldb -x -b -s %S/Inputs/FileCapture.in --capture --capture-path %t.repro %t/reproducer.out
# RUN: cat %t.repro/cwd.txt | FileCheck %t.check