X-Git-Url: https://git.llucax.com/software/sercom-old.git/blobdiff_plain/2865b092c966b47b21285144500ed9465d2f57c1..0daad71b27fd503bdfe92ca4acda8ab697204c7f:/src/sc_test diff --git a/src/sc_test b/src/sc_test index f78243a..cc414fa 100755 --- a/src/sc_test +++ b/src/sc_test @@ -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