mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-24 13:30:08 +01:00
Merge branch 'dbus-1.10' into dbus-1.10-ci
This commit is contained in:
commit
dbeb65c689
1 changed files with 2 additions and 4 deletions
|
|
@ -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" "$@"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue