+ fix: AHK test of changed About box.

This commit is contained in:
Rainer Kottenhoff 2018-01-24 23:38:53 +01:00
parent ffb7d91c06
commit 2f288d37f0
2 changed files with 2 additions and 1 deletions

View File

@ -84,6 +84,7 @@ Return
CHECK_ABOUT_BOX:
; check About DlgBox
WinActivate, ahk_pid %v_Notepad3_PID%
; This will select File->Open in Notepad:
WinMenuSelectItem, ahk_pid %v_Notepad3_PID%, , ?, About...

View File

@ -34,7 +34,7 @@ for %%i in (*.ahk) do (
echo +++ Run Testsuite %%~nxi +++ >> "%TEST_LOG%"
start "testing" /B /Wait "%AHK_EXE%" /ErrorStdOut "%%~nxi" >> "%TEST_LOG%" 2>&1
if errorlevel 1 (
set EXITCODE=%ERRORLEVEL%
set EXITCODE=1
echo *** Testsuite %%~nxi failed! ***
echo *** ERROR: Testsuite %%~nxi failed! *** >> "%TEST_LOG%"
) else (