Skip to content

Commit 60c8044

Browse files
committed
temporarily disable bash3 test due to dockerhub quota
1 parent 6660d16 commit 60c8044

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

lib/bashly/views/argument/usage.gtx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
> printf "{{ help.wrap(76).indent(4).sanitize_for_print }}\n"
55

66
if allowed
7-
> printf " {{ strings[:allowed] % { values: allowed.join(', ') } }}\n"
7+
> printf " %s\n" "{{ strings[:allowed] % { values: allowed.join(', ') } }}\n"
88
end
99

1010
if default

spec/bashly/integration/bash_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
describe '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

spec/spec_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@
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']
5051
end

0 commit comments

Comments
 (0)