Hi, I have a job for a PHP project which runs an ant script, which runs PHPUnit. My Ant task is:
> <target name="phpunit" description="Run unit tests with PHPUnit"> > <exec executable="phpunit" failonerror="true"> > <arg value="-c" /> > <arg path="${basedir}/app/phpunit.xml" /> > </exec> > </target> It runs fine when they are no problems. However, when there is a fail, the job is marked as failed (normal), but it says there is no failures in test result. I attached some screens: <https://lh4.googleusercontent.com/-j1hFnTrnZ3U/UhO7U8XtBjI/AAAAAAAAAIY/pqNNZYux19g/s1600/jenkins-dashboard.png><https://lh4.googleusercontent.com/-Z2pG6RSYfbI/UhO6-wWljSI/AAAAAAAAAIQ/0WgkC0qFON0/s1600/jenkins-console.png> I know my post lacks details, but I don't really know what else I can attach. Mikael. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.