Skip to content

Commit

Permalink
Mejora comprobante de donacion
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Apr 26, 2024
1 parent f1525a0 commit a44cf80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/regresion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if (test "$CI" = "" -a "$SALTACAPYBARA" != "1") then { # Por ahora no en gitlab-
} fi;
} fi;

if (test -f $rutaap/bin/pruebasjs.sh -a "x$NOPRUEBAJS" != "x1") then {
if (test -f $rutaap/bin/pruebasjs.sh -a -d $rutaap/test/puppeteer -a "x$NOPRUEBAJS" != "x1") then {
echo "== Con puppeteer"
(cd $rutaap; ${RAILS} msip:stimulus_motores; IPDES=127.0.0.1 bin/pruebasjs.sh)
if (test "$?" != "0") then {
Expand All @@ -93,7 +93,7 @@ echo "== Unificando resultados de pruebas en directorio clásico coverage"
mkdir -p coverage/
rm -rf coverage/{*,.*}

if (test "$rutaap" = "test/dummy/" -a "$RC" != "heb412_gen") then {
if (test "$rutaap" = "test/dummy/" -a "$RC" != "heb412_gen" -a "$RC" != "jn316_gen" ) then {
${RAILS} app:msip:reporteregresion
} else {
${RAILS} msip:reporteregresion
Expand Down
Binary file modified public/heb412/plantillas/Comprobante_Donacion.ods
Binary file not shown.

0 comments on commit a44cf80

Please sign in to comment.