Skip to content

Instantly share code, notes, and snippets.

View kkorsakov's full-sized avatar

Konstantin Korsakov kkorsakov

  • Saint-Petersburg
View GitHub Profile
# Run Automation Tests as usual
if ($IsWindows)
{
$argstr = "$projectDir\$projectName.uproject -ExecCmds=""automation RunTests"" -TestExit=""Automation Test Queue Empty"" -NullRHI -unattended -nopause -nosplash -Log -ReportExportPath=""$projectDir\..\..\TestResults"""
$UED = Start-Process -FilePath "$ue\Engine\Binaries\Win64\UnrealEditor.exe" -ArgumentList $argstr -Wait -NoNewWindow -PassThru
}
if ($IsLinux)
{
$argstr = "$projectDir\$projectName.uproject -ExecCmds=""automation RunTests"" -TestExit=""Automation Test Queue Empty"" -NullRHI -unattended -nopause -nosplash -Log -ReportExportPath=""$projectDir/../../TestResults"""
$UED = Start-Process -FilePath "$ue/Engine/Binaries/Linux/UnrealEditor" -ArgumentList $argstr -Wait -NoNewWindow -PassThru
2018-10-11 11:36:07 INFO [vert.x-eventloop-thread-0] [textback.notification] [] NOTIFICATION_6101: Sending webhook notification to POST HTTPS://a24.biz:443//textbackDeliveryByChatIdFailed/ Body:{"substitutions":{},"id":"f017f21e-5945-5256-a044-01666244c83f","accountId":"2eb9dee4-85d9-4c6f-bbcd-65be29cfb475","userId":null,"name":"MessageDeliveryCommand","command":{"id":"f017f21e-5945-5256-a044-01666244c83f","timestamp":1539246966847,"accountId":"2eb9dee4-85d9-4c6f-bbcd-65be29cfb475","channel":"tg","channelId":2577,"chatId":"273342154","tbChatId":3875023,"address":null,"messageId":"f6049ee4-4662-1044-3388-01666244c723","masterMessageId":null,"channelMessageId":"1642","remoteAddress":null,"chat":{"id":"tg_2577_273342154","accountId":"2EB9DEE4-85D9-4C6F-BBCD-65BE29CFB475","chatId":"273342154","channel":"tg","channelId":2577,"remoteAddress":null,"remoteAddresses":["273342154"],"address":{"accountId":"2eb9dee4-85d9-4c6f-bbcd-65be29cfb475","channel":"tg","channelId":2577,"remoteAddress":null,"chatId":"273342154","tb
@kkorsakov
kkorsakov / dabblet.css
Created May 2, 2012 15:23 — forked from ostroffsky/dabblet.css
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
.item {
display: inline-block;