changeset 3586:a5ae7260a6c4

upload test-output too.
author Han-Wen Nienhuys <hanwen@lilypond.org>
date Sat, 23 Jun 2007 16:40:07 -0300
parents 5cfdff131d91
children 4dafb9996f05
files test-lily/upload.py
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test-lily/upload.py	Sat Jun 23 16:39:56 2007 -0300
+++ b/test-lily/upload.py	Sat Jun 23 16:40:07 2007 -0300
@@ -28,6 +28,7 @@
              'darwin-ppc',
              'darwin-x86',
              'documentation',
+             'test-output',
              'freebsd-x86',
 #             'freebsd6-x86',
 #             'linux-arm',
@@ -66,6 +67,7 @@
     'cygwin': 'tar.bz2',
 
     'documentation': 'tar.bz2',
+    'test-output': 'tar.bz2',
     }
 
 def system (c):
@@ -124,7 +126,8 @@
             src_dests.append ((os.path.abspath (bin),
                                '%(host)s/%(platform)s' % locals ()))
             
-        if platform != 'documentation' and os.path.exists (bin):
+        if (platform not in ('documentation', 'test-output')
+             and os.path.exists (bin)):
             branch = repo.branch
             hdr = pickle.load (open ('uploads/%(platform)s/lilypond-%(branch)s.%(platform)s.hdr' % locals ()))
             key = hdr['source_checksum']
@@ -134,7 +137,7 @@
             
             commitishes[key] = lst
         
-        if (platform != 'documentation'
+        if (platform not in ('documentation', 'test-output')
             and  not os.path.exists ('log/%s.test.pdf' % base)):
             print 'test result does not exist for %s' % base
             cmds.append ('python test-lily/test-binary.py %s'