mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-19 00:22:10 +03:00
4 lines
80 B
Bash
4 lines
80 B
Bash
|
#!/bin/bash
|
||
|
set -Eeuo pipefail
|
||
|
hurl --fail-at-end tests_failed/fail_at_end.hurl
|