We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Developer would like to back up some test binaries to compare their behavior with modified version later or just pass current version to QA team.
Expected: can start from backed up sources using run.py script
Actual: run.py looks for an old binaries path from CMakeCache.txt and test are used from the old location (if exist)
Adding of --move_tests option allows to specify new location and run tests from it. Command line should look like the following:
>> run.py --move_tests "new location" "current location"
This command copies test binaries and CMakeCache.txt file (that is required by the script) and updates CMakeCache.txt with a new binaries path value.
After that you may start run.py for the new location with "Expected" result