-
- Downloads
Fix run_desktop_tests.sh script
The script begins with `set -eux` and therefore will fail when using an undefined variable. This is the case with `TRAVIS_OS_NAME` outside of Travis.
Please register or sign in to comment
The script begins with `set -eux` and therefore will fail when using an undefined variable. This is the case with `TRAVIS_OS_NAME` outside of Travis.