Files
swift-mirror/validation-test/Python/update_checkout.test-sh
2018-07-27 12:39:34 -07:00

11 lines
352 B
Plaintext

# RUN: %{python} -m unittest discover -s %swift_src_root/utils/update_checkout
# Do not run this when doing simulator or device testing on darwin.
#
# Otherwise, we are running these unittests multiple times without providing
# value. We want to still run this on linux though.
#
# UNSUPPORTED: OS=ios
# UNSUPPORTED: OS=watchos
# UNSUPPORTED: OS=tvos