bolt/deps/llvm-18.1.8/llvm/utils/lit/tests/Inputs/shtest-external-shell-kill/test.txt

6 lines
92 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
# RUN: echo start
# RUN: sleep 300 & PID=$!
# RUN: sleep 2
# RUN: kill $PID
# RUN: echo end