mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-18 16:11:34 +03:00
4 lines
188 B
Bash
Executable File
4 lines
188 B
Bash
Executable File
#!/bin/bash
|
|
set -Eeuo pipefail
|
|
hurl tests_ok/connect_to.hurl --connect-to foo.com:80:localhost:8000 --connect-to bar.com:80:localhost:8000 --connect-to baz.com:80:localhost:8000 --verbose
|