[Scons-dev] Test blocking on windows

anatoly techtonik techtonik at gmail.com
Sun Jul 22 04:38:00 EDT 2018


Most likely add sys.executable in runtest.py where subcommand is started.

On Sun, Jul 22, 2018 at 4:20 AM Jason Kenny <dragon512 at live.com> wrote:

> 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>
>
>
>
> 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
> _______________________________________________
> Scons-dev mailing list
> Scons-dev at scons.org
> https://pairlist2.pair.net/mailman/listinfo/scons-dev
>


-- 
anatoly t.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist2.pair.net/pipermail/scons-dev/attachments/20180722/84c2906d/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.jpg
Type: image/jpeg
Size: 127147 bytes
Desc: not available
URL: <https://pairlist2.pair.net/pipermail/scons-dev/attachments/20180722/84c2906d/attachment-0002.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.jpg
Type: image/jpeg
Size: 127147 bytes
Desc: not available
URL: <https://pairlist2.pair.net/pipermail/scons-dev/attachments/20180722/84c2906d/attachment-0003.jpg>


More information about the Scons-dev mailing list