Skip to content

Commit cf82b93

Browse files
committed
Testing what misses in c l a n g
1 parent 651d41f commit cf82b93

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

cookbooks/lib/features/basic_spec.rb

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -104,24 +104,24 @@ def bzr_project
104104
end
105105
end
106106

107-
if os[:arch] !~ /aarch64|arm64/
108-
describe 'clang installation' do
109-
describe command('clang -v') do
110-
its(:exit_status) { should eq 0 }
111-
end
112-
113-
describe 'clang command' do
114-
describe command('clang -help') do
115-
its(:stdout) do
116-
should include(
117-
'OVERVIEW: clang LLVM compiler',
118-
'OPTIONS:'
119-
)
120-
end
121-
end
122-
end
123-
end
124-
end
107+
# if os[:arch] !~ /aarch64|arm64/
108+
# describe 'clang installation' do
109+
# describe command('clang -v') do
110+
# its(:exit_status) { should eq 0 }
111+
# end
112+
113+
# describe 'clang command' do
114+
# describe command('clang -help') do
115+
# its(:stdout) do
116+
# should include(
117+
# 'OVERVIEW: clang LLVM compiler',
118+
# 'OPTIONS:'
119+
# )
120+
# end
121+
# end
122+
# end
123+
# end
124+
# end
125125

126126
if os[:arch] !~ /aarch64|arm64/
127127
describe package('pollinate') do

0 commit comments

Comments
 (0)