chiark / gitweb /
test path fixes
[disorder] / tests / dtest.py
index 3d70924e288050be31986ae19e5b54a4cb5691fc..85a54ccba2c97711f9a151fece9d50ecdeea46d9 100644 (file)
@@ -13,7 +13,7 @@ def maketrack(s):
     """maketrack(S)
 
 Make track with relative path S exist"""
-    trackpath = "%s/%s" % (testroot, s)
+    trackpath = "%s/tracks/%s" % (testroot, s)
     trackdir = os.path.dirname(trackpath)
     if not os.path.exists(trackdir):
         os.makedirs(trackdir)