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/worker | |
parent | 9b5170a723c9c78103fbd66c5c3b2b32a9af6702 (diff) |
Add --fake-machine and machine-less agent/worker test
Diffstat (limited to 'tests/worker')
-rw-r--r-- | tests/worker/build.test | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/worker/build.test b/tests/worker/build.test index adedccc..3be9150 100644 --- a/tests/worker/build.test +++ b/tests/worker/build.test @@ -27,8 +27,8 @@ cat <<"EOI" >=manifest; target: x86_64-linux-gnu config: config.cc.coptions=-O3 EOI -$* --verbose 3 --tftp-host "$tftp/$@" cc &build/*** 2>>"EOE"; - trace: build: bpkg -v create -d build --wipe config.cc.coptions=-O3 cc +$* --verbose 3 --tftp-host "$tftp/$@" cc &x86_64-linux-gnu/*** 2>>"EOE"; + trace: build: bpkg -v create -d x86_64-linux-gnu --wipe config.cc.coptions=-O3 cc trace: build: bpkg -v add $rep trace: build: bpkg -v fetch --trust $rfp --trust-no trace: build: bpkg -v build --configure-only --yes $pkg/$ver @@ -78,8 +78,8 @@ cat <<"EOI" >=manifest; machine: linux-gcc target: x86_64-linux-gnu EOI -$* --verbose 3 --tftp-host "$tftp/$@" cc &build/*** 2>>"EOE"; - trace: build: bpkg -v create -d build --wipe cc +$* --verbose 3 --tftp-host "$tftp/$@" cc &x86_64-linux-gnu/*** 2>>"EOE"; + trace: build: bpkg -v create -d x86_64-linux-gnu --wipe cc trace: build: bpkg -v add $rep trace: build: bpkg -v fetch --trust $rfp --trust-no trace: build: bpkg -v build --configure-only --yes bogus/1.2.3 @@ -109,8 +109,8 @@ cat <<"EOI" >=manifest; target: x86_64-linux-gnu config: config.cc.loptions=-lbogus EOI -$* --verbose 3 --tftp-host "$tftp/$@" cc &build/*** 2>>"EOE"; - trace: build: bpkg -v create -d build --wipe config.cc.loptions=-lbogus cc +$* --verbose 3 --tftp-host "$tftp/$@" cc &x86_64-linux-gnu/*** 2>>"EOE"; + trace: build: bpkg -v create -d x86_64-linux-gnu --wipe config.cc.loptions=-lbogus cc trace: build: bpkg -v add $rep trace: build: bpkg -v fetch --trust $rfp --trust-no trace: build: bpkg -v build --configure-only --yes $pkg/$ver |