[Scons-dev] Test blocking on windows
Jason Kenny
dragon512 at live.com
Sat Jul 21 16:20:47 EDT 2018
I figured it out...
My shell on windows maps .py files to be loaded in visual studio code. When I remapped .py files to run with python.exe the it worked fine.
The test runs
"\temp\testcmd.24880.rsvwky\build.py" f1.out f2.out f3.out -- f1.in f2.in f3.in
When it should be a
python \temp\testcmd.24880.rsvwky\build.py" f1.out f2.out f3.out -- f1.in f2.in f3.in
I am not sure what should be changed to have it add the python in front.
Jason
From: Jason Kenny
Sent: Saturday, July 21, 2018 3:11 PM
To: scons-dev at scons.org
Subject: Test blocking on windows
Hi guys.
I was looking at trying to fix some test with bugs I had noticed in the node code. However after updating master to the latest and running the test to get a base line I found that a test seems to crash on windows.
python runtest.py -a
...
86/1174 (7.33%) C:\\Python27\\python.exe -tt test\Batch\action-changed.py
This dialog show up <attached>
[cid:image002.jpg at 01D42106.427D3810]
Is this known?
What is the best way to see what was running in the test when this happened? Is there a sandbox with the scripts that ran, so I can reproduce the problem?
Jason
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist2.pair.net/pipermail/scons-dev/attachments/20180721/c484aa80/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.jpg
Type: image/jpeg
Size: 127147 bytes
Desc: image002.jpg
URL: <https://pairlist2.pair.net/pipermail/scons-dev/attachments/20180721/c484aa80/attachment-0001.jpg>
More information about the Scons-dev
mailing list