Le vendredi 02 nov. 2012 à 10:37:28 (+0000), Frank Fischer a écrit : > On 2012-09-04, Sébastien Willmann <[email protected]> wrote: > > > Ok, but how do I check that the tests passed? > > The "tests" make target has been modified in 210d6e1 so that it opens > a terminal window but runs non-interactively otherwise. Thus you > should be able to check the return status of `make tests`. > Thanks! I run the tests in an rpm build script, so they are not launched from a tty, but I managed to make them work thanks to the script command:
script -ec "make tests" /dev/null Sébastien Willmann
pgpk5Cgw0jE5T.pgp
Description: PGP signature
_______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
