X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/ae1c9228670414c60e261cd8ed6b88fea1c561f3..2a1c84fb58e4caaa7a91991846b36ef2cfa8dd9f:/tests/dtest.py diff --git a/tests/dtest.py b/tests/dtest.py index 67b2b8f..f17cf8e 100644 --- a/tests/dtest.py +++ b/tests/dtest.py @@ -85,7 +85,7 @@ Make track with relative path S exist""" trackdir = os.path.dirname(trackpath) if not os.path.exists(trackdir): os.makedirs(trackdir) - copyfile("%s/sounds/long.ogg" % top_builddir, trackpath) + copyfile("%s/sounds/long.ogg" % top_srcdir, trackpath) # We record the tracks we created so they can be tested against # server responses. We put them into NFC since that's what the server # uses internally. @@ -297,8 +297,6 @@ Stop the daemon if it has not stopped already""" else: print " daemon already stopped" daemon = None - # Wait a bit for subprocess to finish too, to try to avoid stupid races - time.sleep(2) def run(module=None, report=True): """dtest.run(MODULE)