mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-19 17:01:36 +03:00
4 lines
82 B
Bash
4 lines
82 B
Bash
|
#!/bin/bash
|
||
|
set -Eeuo pipefail
|
||
|
hurl tests_ok/ignore_asserts.hurl --ignore-asserts
|