On Fri, Jan 25, 2013 at 1:50 AM, Scott Kostyshak <[email protected]> wrote: > On Thu, Jan 24, 2013 at 9:01 PM, Scott Kostyshak <[email protected]> wrote: >> On Thu, Jan 24, 2013 at 8:37 PM, Tommaso Cucinotta <[email protected]> wrote: >>> On 11/01/13 09:48, Scott Kostyshak wrote: >>>> >>>> I guess we should wait for Tommaso. >>> >>> FYI [1]. >>> >>> Perhaps, if you're playing with these tests, you may have needed to stop >>> them via the GUI button. Now, that doesn't really work too well, and often >>> we have stale lyx processes / .sh/python scripts running in the background >>> that keep spawning further LyX instances, etc.... under such conditions, >>> running further tests starts failing miserably. A "ps aux | grep lyx" >>> normally catches such stale processes, if any. A run of "killall lyx python >>> sh bash" (not as root!) might help in such regard, but beware that you can >>> kill other possibly useful stuff that's running on the system (e.g., >>> applets in the topbar?) >>> >>> Any fix to the proper action to run when hitting that button is very >>> welcome. >>> >>> T. >>> >>> [1] >>> >>> tommaso@mobiletom:~/lyx-trunk-ws/lyx/development/autotests$ ./run-tests.sh >>> findadv-*.txt >>> >>> Running test cases . . . >>> findadv-01-in.txt: Ok >>> findadv-02-in.txt: Ok >>> findadv-03-in.txt: Ok >>> findadv-04-in.txt: Ok >>> findadv-05-in.txt: Ok >>> findadv-06-in.txt: Ok >>> findadv-07-in.txt: Ok >>> findadv-08-in.txt: Ok >>> findadv-09-in.txt: Ok >>> findadv-10-in.txt: Ok >>> findadv-11-in.txt: Ok >>> findadv-12-in.txt: Ok >>> findadv-13-in.txt: Ok >>> findadv-14-in.txt: Ok >>> findadv-15-in.txt: Ok >>> findadv-16-in.txt: Ok >>> findadv-17-in.txt: Ok >>> findadv-18-in.txt: Ok >>> findadv-19-in.txt: Ok >>> findadv-20-in.txt: Ok >>> findadv-re-01-in.txt: Ok >>> findadv-re-02-in.txt: Ok >>> findadv-re-03-in.txt: Ok >>> findadv-re-04-in.txt: Ok >>> >>> All tests SUCCESSFUL >> >> Good to know. I was hoping you would magically know the answer, but it >> looks like I have to do some digging. I will look into this and get >> back to you. >> >> Thanks, Scott > > All of the autotests pass for me when run with autotools. > > Kornel, I'm going to send to you privately the logs that I saved under > the successful autotools in case you have time and curiosity to > compare them with the CMake logs and try to figure out what's going > on. I often get this error: > > File "/home/scott/lyxbuilds/master/build/development/autotests/keytest.py", > line 178, in intr_system > raise BaseException("command failed.") > BaseException: command failed. > > I don't know what is causing it but for some reason keytest is not > able to dispatch some commands. >
That was not a correct assessment on my part. It is dispatching the commands just fine, it is just that the pcregrep correctly returned nonzero. Scott
