Fixed path, attempt to fix tests failing on build machine

This commit is contained in:
Mattias Gustavsson 2021-09-10 10:41:49 +02:00
parent f205caeeb5
commit 0a1f1614a7
2 changed files with 4 additions and 2 deletions

View File

@ -78,9 +78,11 @@ void ipc_tests() {
clients[ i ] = ipc_client_connect( "test_pipe" );
TESTFW_EXPECTED( clients[ i ] );
}
Sleep(100);
for( int i = 0; i < sizeof( clients ) / sizeof( *clients ); ++i ) {
ipc_client_disconnect( clients[ i ] );
}
Sleep(100);
}
ipc_server_stop( server );
TESTFW_TEST_END();

View File

@ -28,7 +28,7 @@ class Script
var userDataPathArgument = "--userDataPath=\"[USER_DATA_PATH]\"";
File updateService = new File(@"..\..\..\node_modules\auto-update\auto_update_service.exe");
File updateService = new File(@"..\..\..\dist\win-unpacked\resources\app.asar.unpacked\node_modules\auto-update\auto_update_service.exe");
updateService.ServiceInstaller = new ServiceInstaller
{
Name = "auto_update_service",
@ -70,7 +70,7 @@ class Script
}
),
updateService,
new File(@"..\..\..\node_modules\auto-update\auto_update_helper.exe"),
new File(@"..\..\..\dist\win-unpacked\resources\app.asar.unpacked\node_modules\auto-update\auto_update_helper.exe"),
new File(@"..\..\..\dist\win-unpacked\chrome_100_percent.pak"),
new File(@"..\..\..\dist\win-unpacked\chrome_200_percent.pak"),
new File(@"..\..\..\dist\win-unpacked\d3dcompiler_47.dll"),