Commit fce72c44 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[Integration] Update env var to CLAIDE_DISABLE_AUTO_WRAP

parent c4a32ca8
...@@ -104,7 +104,7 @@ describe_cli 'pod' do ...@@ -104,7 +104,7 @@ describe_cli 'pod' do
s.environment_vars = { s.environment_vars = {
'CP_AGGRESSIVE_CACHE' => 'TRUE', 'CP_AGGRESSIVE_CACHE' => 'TRUE',
'XCODEPROJ_DISABLE_XCPROJ' => 'TRUE', 'XCODEPROJ_DISABLE_XCPROJ' => 'TRUE',
'FIXED_WIDTH' => 'TRUE', 'CLAIDE_DISABLE_AUTO_WRAP' => 'TRUE',
} }
s.default_args = [ s.default_args = [
'--verbose', '--verbose',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment