[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [xen-unstable test] 13934: regressions - FAIL
Ian Campbell writes ("Re: [Xen-devel] [xen-unstable test] 13934: regressions - FAIL"): > But the job seemed to pass! ??? This is indeed quite odd. The build rune is this: set -xe LC_ALL=C; export LC_ALL PATH=/usr/lib/ccache:$PATH:/usr/lib/git-core exec </dev/null cd /home/osstest/build.13932.build-i386 cd xen-unstable ( make -j4 2>&1 && touch ../build-ok-stamp ) |tee ../build-log test -f ../build-ok-stamp echo ok. As you can see the core of that is: make -j4 2>&1 && touch ../build-ok-stamp And at the bottom of the transcript we see: + touch ../build-ok-stamp There are no other unrelated occurrences of "build-ok-stamp" in the log (the other runes have their own stamp files). So either the shell is buggy or make returned status 0. This means the bug is in make or in the makefiles. Let me investigate further... Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |