diff options
Diffstat (limited to 'tests/agent/testscript')
-rw-r--r-- | tests/agent/testscript | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/agent/testscript b/tests/agent/testscript index 0a203fc..1edb728 100644 --- a/tests/agent/testscript +++ b/tests/agent/testscript @@ -131,7 +131,8 @@ rm = $src_base/btrfs-rmdir /build/machines : 1 name: foo version: 1.2.3 - repository: https://example.org/1/ + repository-url: https://example.org/1/ + repository-type: pkg machine: windows-msvc target: x86_64-microsoft-win32-msvc14.1 EOI @@ -145,7 +146,8 @@ rm = $src_base/btrfs-rmdir /build/machines : 1 name: foo version: 1.2.3 - repository: https://example.org/1/ + repository-url: https://example.org/1/ + repository-type: pkg machine: linux-gcc target: x86_64-linux-gnu EOI |