OpenKore / openkore

A free/open source client and automation tool for Ragnarok Online
http://openkore.com
Other
1.25k stars 1.03k forks source link

restoring python2 for tests #3784

Closed ya4ept closed 9 months ago

ya4ept commented 9 months ago

We have two errors in the tests:

The version '2.7' with architecture 'x64' was not found for Ubuntu 20.04. The version '2.7' with architecture 'x86' was not found for Windows 2019.

This pull fixes these errors. For Windows we download python 2.7.28 from the official site (https://www.python.org/ftp/python/2.7.18/python-2.7.18.msi). For Linux we use python2 from the OS distribution.

Additionally, I separated windows and linux tests. Before: image

After: image

ya4ept commented 9 months ago

Replaced long deletion operations with renaming Before: image

After: image