mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-26 08:51:22 -06:00
Fixed path, attempt to fix tests failing on build machine
This commit is contained in:
parent
f205caeeb5
commit
0a1f1614a7
@ -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();
|
||||
|
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user