~ubuntu-branches/ubuntu/oneiric/dbus/oneiric-security

« back to all changes in this revision

Viewing changes to test/name-test/run-test.sh

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2010-02-03 22:49:42 UTC
  • mto: (1.4.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 88.
  • Revision ID: james.westby@ubuntu.com-20100203224942-5lxy2sbes22vxzru
Tags: upstream-1.2.20
ImportĀ upstreamĀ versionĀ 1.2.20

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 
51
51
echo "running test-shutdown"
52
52
${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-shutdown || die "test-shutdown failed"
 
53
 
 
54
echo "running test activation forking"
 
55
if ! python $DBUS_TOP_SRCDIR/test/name-test/test-activation-forking.py; then
 
56
  echo "Failed test-activation-forking"
 
57
  exit 1
 
58
fi