Skip to content

Commit

Permalink
Actualiza
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Feb 7, 2024
1 parent 7716379 commit 588c599
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/mr519_gen.git
revision: 6ec5ba0c42a3a38b8530c2235bbbe905be73c965
revision: 44446bcafef7dac19ac2a47c807950b10dbfe21a
branch: main
specs:
mr519_gen (2.2.0.beta4)
Expand Down Expand Up @@ -426,7 +426,7 @@ GEM
tilt (2.3.0)
timeout (0.4.1)
ttfunk (1.7.0)
turbo-rails (1.5.0)
turbo-rails (2.0.0)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
Expand Down
2 changes: 1 addition & 1 deletion bin/regresion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ echo "== Pruebas de regresión al sistema"
mkdir -p $rutaap/cobertura-sistema/
rm -rf $rutaap/cobertura-sistema/{*,.*}
if (test "$CI" = "") then { # Por ahora no en gitlab-ci
(cd $rutaap; RUTA_RELATIVA="/" CONFIG_HOSTS=127.0.0.1 ${RAILS} msip:stimulus_motores test:system &)
(cd $rutaap; RUTA_RELATIVA="/" CONFIG_HOSTS=127.0.0.1 ${RAILS} msip:stimulus_motores test:system )
if (test "$?" != "0") then {
echo "No pasaron pruebas del sistema rails";
exit 1;
Expand Down

0 comments on commit 588c599

Please sign in to comment.