]> git.llucax.com Git - software/sercom-old.git/commitdiff
Bugfix: faltaba copiar las entradas al chroot de las pruebas.
authorLeandro Lucarella <llucax@gmail.com>
Sat, 16 Apr 2005 18:39:38 +0000 (18:39 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Sat, 16 Apr 2005 18:39:38 +0000 (18:39 +0000)
src/sc_test

index f78243aedcb740f5927d955b30874c4f3cf4adab..cc414faccf5415703beab8f75047d6638b2814ad 100755 (executable)
@@ -98,6 +98,9 @@ def preparar(intento, caso_de_prueba):
     os.makedirs(intento.chrootPath(caso_de_prueba))
     shutil.copy(os.path.join(intento.path, 'tp'),
         os.path.join(intento.chrootPath(caso_de_prueba), 'tp'))
+    for f in caso_de_prueba.archivosEntrada:
+        shutil.copy(os.path.join(caso_de_prueba.pathEntradas, f),
+            os.path.join(intento.chrootPath(caso_de_prueba), f))
 
 def limpiar(intento, caso_de_prueba):
     # Borro chroot entero