1# REQUIRES: python
2# UNSUPPORTED: system-windows
3# Ensure that the reproducers know about imported Python modules.
4
5# RUN: rm -rf %t.repro
6# RUN: %lldb -x -b --capture --capture-path %t.repro -o 'command script import  %S/Inputs/foo.py' -o 'reproducer generate' | FileCheck %s --check-prefix CAPTURE
7
8# CAPTURE: 95126
9
10# RUN: %lldb -b -o 'reproducer dump -p files -f %t.repro' | FileCheck %s --check-prefix FILES
11# FILES: foo.py
12