Skip to content

Commit 86c8cf7

Browse files
authored
Remove --filter-file option
1 parent 1488967 commit 86c8cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,5 @@ ctest -j$(nproc) --preset release-integration
150150
Note that some tests use a legacy test library instead of GoogleTest, see `./<test_target> --help` for details. If you need to run only certain test cases, here is an alternative for `--gtest_filter` option:
151151

152152
```bash
153-
./<test_target> --filter-file -ExcludedTestSuite +IncludedTestSuite::TestName
153+
./<test_target> -ExcludedTestSuite +IncludedTestSuite::TestName
154154
```

0 commit comments

Comments
 (0)