We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f954b2a + 08c5de4 commit 125cd16Copy full SHA for 125cd16
lib/parallel_tests/tasks.rb
@@ -19,7 +19,7 @@ def run_in_parallel(cmd, options={})
19
end
20
21
# this is a crazy-complex solution for a very simple problem:
22
- # removing certain lines from the output without chaning the exit-status
+ # removing certain lines from the output without changing the exit-status
23
# normally I'd not do this, but it has been lots of fun and a great learning experience :)
24
#
25
# - sed does not support | without -r
0 commit comments