~ubuntu-branches/ubuntu/gutsy/dbus-python/gutsy

« back to all changes in this revision

Viewing changes to test/run-test.sh

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-06-26 10:28:30 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070626102830-6rh3gy4nvtt1c5z2
Tags: 0.82.0-1ubuntu1
* Merge with Debian; remaining changes:
  - Build a python-dbus-dbg package.
  - debian/rules:
    - Don't remove intermediate stamp files.
    - Don't use optimization for the debug build.
  - debian/python-dbus.postinst:
    - Also remove stale .py[co] files from 2.5 python directories

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
  exec "$DBUS_TOP_SRCDIR"/test/run-with-tmp-session-bus.sh $SCRIPTNAME
38
38
fi  
39
39
 
 
40
dbus-monitor > "$DBUS_TOP_BUILDDIR"/test/monitor.log &
 
41
 
40
42
echo "running test-standalone.py"
41
43
$PYTHON "$DBUS_TOP_SRCDIR"/test/test-standalone.py || die "test-standalone.py failed"
42
44
 
95
97
rm -f "$DBUS_TOP_BUILDDIR"/test/test-service.log
96
98
rm -f "$DBUS_TOP_BUILDDIR"/test/cross-client.log
97
99
rm -f "$DBUS_TOP_BUILDDIR"/test/cross-server.log
 
100
rm -f "$DBUS_TOP_BUILDDIR"/test/monitor.log
98
101
exit 0