11 lines · python
1# RUN: env GTEST_TOTAL_SHARDS=1 GTEST_SHARD_INDEX=0 \2# RUN: %{lit} -v --order=random --no-gtest-sharding %{inputs}/googletest-prefix --show-tests > %t.out3# FIXME: Temporarily dump test output so we can debug failing tests on4# buildbots.5# RUN: cat %t.out6# RUN: FileCheck < %t.out %s7#8# END.9 10# CHECK: -- Available Tests --11# CHECK-NEXT: googletest-format :: DummySubDir/test_one.py