Re: [naviserver-devel] cannot run Windows tests, mysterious nslog.dll permission denied

2023-03-14 Thread Andrew Piskorski
On Tue, Mar 14, 2023 at 01:46:34PM -0400, Andrew Piskorski wrote: > nmake -f Makefile.win32 _test_one > > Now, I can't get that to work, and I'm stuck trying to figure out why. In my case, trying to run on a network drive (over Samba) seems to be causing the "permission denied" problem. (I'm

[naviserver-devel] cannot run Windows tests, mysterious nslog.dll permission denied

2023-03-14 Thread Andrew Piskorski
Back in 2020, we had the regression tests successfully running on Windows, from the command line with these sorts of commands: nmake -f Makefile.win32 _test nmake -f Makefile.win32 _test_one Now, I can't get that to work, and I'm stuck trying to figure out why. Note, I DON'T mean that the tes