diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-18 13:31:20 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-18 14:59:53 +0300 |
commit | b895ba115548e1ae6d17e11f7c95a895195f0e94 (patch) | |
tree | 172c9fe7a80f223eb0cdca6abf7e762a53c43272 /tests/agent | |
parent | f9048ed23d68c3a36060acd50c73c80d759c5a3f (diff) |
Adapt to non-optional task target
Diffstat (limited to 'tests/agent')
-rw-r--r-- | tests/agent/testscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/agent/testscript b/tests/agent/testscript index 95ca388..fb4d19a 100644 --- a/tests/agent/testscript +++ b/tests/agent/testscript @@ -133,6 +133,7 @@ rm = $src_base/btrfs-rmdir /build/machines version: 1.2.3 repository: https://example.org/1/ machine: windows-msvc + target: x86_64-microsoft-win32-msvc14.1 EOI %trace: enumerate_machines:\\.*%* error: task from http://example.org for unknown machine windows-msvc @@ -146,6 +147,7 @@ rm = $src_base/btrfs-rmdir /build/machines version: 1.2.3 repository: https://example.org/1/ machine: linux-gcc + target: x86_64-linux-gnu EOI : 1 name: foo |