Skip to content

Instantly share code, notes, and snippets.

View xush6528's full-sized avatar

Shihao Xu xush6528

View GitHub Profile
diff --git a/fbcode/testslide/testslide/runner.py b/fbcode/testslide/testslide/runner.py
--- a/fbcode/testslide/testslide/runner.py
+++ b/fbcode/testslide/testslide/runner.py
@@ -819,7 +819,12 @@
return False
if self.names_regex_filter:
- if not self.names_regex_filter.match(example.full_name):
+ print("names_regex_filter", self.names_regex_filter)
+ print("example.full_name", example.full_name)
# oh-my-zsh
#### Change login shell
```
sudo chsh -s /bin/zsh
```
Reference the instructions on https://github.com/robbyrussell/oh-my-zsh.