~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to regression_test.py

  • Committer: The Widelands Bunnybot
  • Date: 2024-05-25 16:50:03 UTC
  • Revision ID: bunnybot@widelands.org-20240525165003-j0qwnae68z4zu2xt
Validate environment locale settings (CB #4817 / GH #6455)
Co-authored-by: Benedikt Straub <benedikt-straub@web.de>
Co-committed-by: Benedikt Straub <benedikt-straub@web.de>

(by bunnybot)
b85b8b9d7fc5c3db3fef04ace8c007a46c4ed55d

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
                    '--homedir={}'.format(self.run_dir),
109
109
                    '--nosound',
110
110
                    '--fail-on-lua-error',
111
 
                    '--language=en_US' ]
 
111
                    '--language=en' ]
112
112
            args += [ "--{}={}".format(key, value) for key, value in iteritems(wlargs) ]
113
113
 
114
114
            stdout_file.write("Running widelands binary: ")