mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-19 17:01:36 +03:00
4 lines
189 B
Bash
4 lines
189 B
Bash
|
#!/bin/bash
|
||
|
set -Eeuo pipefail
|
||
|
hurl tests_ok/variables.hurl --variables-file tests_ok/variables0.properties --variables-file tests_ok/variables1.properties --variable female=true --verbose
|