Files
swift-mirror/test/remote-run/exit-code.test-sh
Alastair Houghton 71abe6f26b [Tests] Disable backtracing in some tests.
These tests can be negatively affected by the warnings about unsupported
Swift backtracer settings.

rdar://144497613
2025-02-25 10:53:28 +00:00

7 lines
181 B
Plaintext

REQUIRES: shell
RUN: export SWIFT_BACKTRACE=
RUN: not %debug-remote-run false >%t.txt 2>%t.errs.txt
RUN: test -f %t.txt -a ! -s %t.txt
RUN: test -f %t.errs.txt -a ! -s %t.errs.txt