Corrected error message.

This commit is contained in:
NissimHadar 2019-01-26 09:52:58 -08:00
parent d91bca54f0
commit bee86235a3

View file

@ -64,8 +64,8 @@ void TestRunnerMobile::setWorkingFolderAndEnableControls() {
_adbCommand = adbExePath + "/" + _adbExe;
} else {
QMessageBox::critical(0, "PYTHON_PATH not defined",
"Please set PYTHON_PATH to directory containing the Python executable");
QMessageBox::critical(0, "ADB_PATH not defined",
"Please set ADB_PATH to directory containing the `adb` executable");
exit(-1);
}
#elif defined Q_OS_MAC