File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
lib/bashly/views/argument Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 44> printf "{{ help.wrap(76).indent(4).sanitize_for_print }}\n"
55
66if allowed
7- > printf " {{ strings[:allowed] % { values: allowed.join(', ') } }}\n"
7+ > printf " %s\n" " {{ strings[:allowed] % { values: allowed.join(', ') } }}\n"
88end
99
1010if default
Original file line number Diff line number Diff line change 11describe 'bash' do
2- context 'when bash version is < 4' , :slow do
2+ context 'when bash version is < 4' , :slow , :noci do
33 before { system 'docker pull bash:3 >/dev/null' }
44
55 it 'errors gracefully' do
Original file line number Diff line number Diff line change 4747 config . include SpecMixin
4848 config . example_status_persistence_file_path = 'spec/status.txt'
4949 config . strip_ansi_escape = true
50+ config . filter_run_excluding :noci if ENV [ 'CI' ]
5051end
You can’t perform that action at this time.
0 commit comments