Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork948
Commita8a43fe
committed
Simplify shell test helper with with_exceptions=False
Instead of swallowing GitCommandError exceptions in the helper usedby test_it_uses_shell_or_not_as_specified andtest_it_logs_if_it_uses_a_shell, this modifies the helper so itprevents Git.execute from raising the exception in the first place.1 parent2d1efdc commita8a43fe
1 file changed
+2
-5
lines changedLines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 | 7 |
| |
9 | 8 |
| |
10 | 9 |
| |
| |||
97 | 96 |
| |
98 | 97 |
| |
99 | 98 |
| |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
| 99 | + | |
| 100 | + | |
104 | 101 |
| |
105 | 102 |
| |
106 | 103 |
| |
|
0 commit comments
Comments
(0)