mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-19 00:22:10 +03:00
5 lines
113 B
PowerShell
5 lines
113 B
PowerShell
Set-StrictMode -Version latest
|
|
$ErrorActionPreference = 'Stop'
|
|
$env:HURL_name = 'Bob'
|
|
hurl tests_ok/env_var.hurl
|