mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-19 00:22:10 +03:00
4 lines
189 B
Bash
Executable File
4 lines
189 B
Bash
Executable File
#!/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
|