mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ fix: AHK test of changed About box.
This commit is contained in:
parent
ffb7d91c06
commit
2f288d37f0
@ -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...
|
||||
|
||||
|
||||
@ -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 (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user