diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-19 08:02:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-19 08:02:53 +0200 |
commit | efa53d6ad8797310b10d299408c2e3fa33978e27 (patch) | |
tree | 6256e22e53b1ad9f8555e228d0ef89bd024ff292 /tests/agent | |
parent | 9b5170a723c9c78103fbd66c5c3b2b32a9af6702 (diff) |
Add --fake-machine and machine-less agent/worker test
Diffstat (limited to 'tests/agent')
-rw-r--r-- | tests/agent/testscript | 29 |
1 files changed, 1 insertions, 28 deletions
diff --git a/tests/agent/testscript b/tests/agent/testscript index e864bf2..6e9d319 100644 --- a/tests/agent/testscript +++ b/tests/agent/testscript @@ -137,7 +137,7 @@ rm = $src_base/btrfs-rmdir /build/machines machine: windows-msvc EOI %trace: enumerate_machines:\\.*%* - error: task from $u for unknown machine windows-msvc + error: task from http://example.org for unknown machine windows-msvc EOE : result @@ -159,30 +159,3 @@ rm = $src_base/btrfs-rmdir /build/machines -$rm } - -#\ -: bootstrap -: -{ - test.options += --dump-machines - - m = /build/machines/default/linux-gcc - u = https://example.org/?dummy - - +$cp - - ln -T -s linux-gcc-1.0 $m/linux-gcc-1 - - : bootstrap - : - $* $u >>EOO 2>>EOE #2>>~"%EOE%d" - : 1 - id: linux-gcc-1.0 - name: linux-gcc - summary: Linux with GCC - EOO - EOE - - #-$rm -} -#\ |