Skip to content

Commit

Permalink
fix: rewrite tests with correct output forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianBudelewski committed Oct 12, 2021
1 parent e45ddcf commit 08cdf8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tasks/post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

- name: test rstudio-workbench installation
shell: >
curl -s -o /dev/null -I -w “%{http_code}” http://localhost:8787/auth-sign-in
| grep -q 200
wget http://localhost:8787/auth-sign-in -O /dev/null -S --quiet 2>&1
| grep -q '200 OK'
&& (echo 'Availability test: pass' && exit 0)
|| (echo 'Availability test: fail' && exit 1)
args:
Expand Down

0 comments on commit 08cdf8e

Please sign in to comment.