mirror of
https://github.com/reactos/ahk_tests.git
synced 2024-11-23 03:29:39 +00:00
[helper_functions]
Images will be uploaded to MonthYear folder from now on e.g. Oct2016 svn path=/trunk/ahk_tests/; revision=2290
This commit is contained in:
parent
5392929536
commit
a665e30d53
@ -322,7 +322,8 @@ TestsFailed(DebugText)
|
||||
{
|
||||
clipboard = ; emptry clipboard
|
||||
szFileName := SubStr(A_ScriptName, 1, -4) ; remove '.exe' part from our executable name
|
||||
szUploadURL = mysoft.zapto.org:6666/Uploads/Captures/%szFileName%_%TestName%.jpg
|
||||
FormatTime, CurrentDateTime,,MMM
|
||||
szUploadURL = mysoft.zapto.org:6666/Uploads/Captures/%CurrentDateTime%%A_YYYY%/%szFileName%_%TestName%.jpg
|
||||
Run, %szApp% /full /jpg 40 /silent /revision /nobelt /clipboard /hfs %szUploadURL% /debug
|
||||
SplitPath, szApp, ProcessName
|
||||
Process, wait, %ProcessName%, 3
|
||||
|
Loading…
Reference in New Issue
Block a user