Re: Test blocking on windows
anatoly techtonik <[email protected]>
| Newsgroups | gmane.comp.programming.tools.scons.devel |
|---|---|
| Message-ID | <CAPkN8xLqAWFMymhC4CVCEFvvn20fgn9MBJK9cAWyoUpBG82tGA@mail.gmail.com> |
Most likely add sys.executable in runtest.py where subcommand is started. On Sun, Jul 22, 2018 at 4:20 AM Jason Kenny <[email protected]> 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:* [email protected] > *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 > [email protected] > https://pairlist2.pair.net/mailman/listinfo/scons-dev > -- anatoly t. _______________________________________________ Scons-dev mailing list [email protected] https://pairlist2.pair.net/mailman/listinfo/scons-dev
image002.jpg
(image/jpeg, 124.2 KB) - not displayed
image002.jpg
(image/jpeg, 124.2 KB) - not displayed