<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<font face="DejaVu Sans">I have two buildservers: a Linux box and a
Windows box. I now have a buildscript that does a svn checkout in
the homedir of the Linux build user. This directory is shared
read/write using Samba. The Windows builduser (same credentials,
same uid) is able to reach the files through a mingw mount.<br>
On the Windows box there is a ssh server, so I can run commands
from the Linux box.<br>
<br>
When running ssh windowsbuilduser@windowsip 'ctest -S
/path/to/scriptfile' I get the following error:<br>
<br>
CMake Error: Cannot find file: /path/to/scriptfile<br>
<br>
(actual pathnames are used of course)<br>
<br>
When running ssh </font><font face="DejaVu Sans">windowsbuilduser@windowsip
'ls /path/to/scriptfile' I do see that the scriptfile is there. My
guess is that ctest starts a new shell, which cannot find the
script.<br>
<br>
Is that a correct assumption?<br>
Does anybody know how to resolve this?<br>
<br>
Any help or pointers would be very much appreciated.<br>
<br>
With kind regards,<br>
Micha Hergarden<br>
<br>
</font>
</body>
</html>