Merge branch 'dbus-1.10' into dbus-1.10-ci

This commit is contained in:
Simon McVittie 2016-01-25 15:06:18 +00:00
commit dbeb65c689

View file

@ -48,10 +48,8 @@ c_test () {
shift
e=0
echo "# running test $t"
if ! "${DBUS_TOP_BUILDDIR}/libtool" --mode=execute $DEBUG "$DBUS_TOP_BUILDDIR/test/name-test/$t" "$@" >&2; then
e=$?
echo "# exit status $e"
fi
"${DBUS_TOP_BUILDDIR}/libtool" --mode=execute $DEBUG "$DBUS_TOP_BUILDDIR/test/name-test/$t" "$@" >&2 || e=$?
echo "# exit status $e"
interpret_result "$e" "$t" "$@"
}