diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-08 16:24:35 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-12 21:13:47 +0300 |
commit | 0e3ef06a33c87a58019bf16b5757a5cac366ef7c (patch) | |
tree | 8836905a122cbec1da3a80081f2c80c275c1b44a /tests/agent | |
parent | a3f9a2d26302f499a4ef490d8bf5af234ddb3250 (diff) |
Combine multiple single-character options into a single argument for testscript commands
Diffstat (limited to 'tests/agent')
-rw-r--r-- | tests/agent/testscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/agent/testscript b/tests/agent/testscript index a069c6c..8e66949 100644 --- a/tests/agent/testscript +++ b/tests/agent/testscript @@ -37,7 +37,7 @@ rm = $src_base/btrfs-rmdir /build/machines trace: enumerate_machines: skipping $m/: no subvolume link EOE - ln -T -s linux-gcc-1.0 $m/linux-gcc-1 + ln --no-target-directory -s linux-gcc-1.0 $m/linux-gcc-1 : bootstrap : @@ -52,7 +52,7 @@ rm = $src_base/btrfs-rmdir /build/machines trace: enumerate_machines: bootstrapped linux-gcc EOE - ln -T -f -s linux-gcc-1.1 $m/linux-gcc-1 + ln --no-target-directory -sf linux-gcc-1.1 $m/linux-gcc-1 : re-bootstrap-machine : @@ -122,7 +122,7 @@ rm = $src_base/btrfs-rmdir /build/machines m = /build/machines/default/linux-gcc +$cp - +ln -T -s linux-gcc-1.0 $m/linux-gcc-1 + +ln --no-target-directory -s linux-gcc-1.0 $m/linux-gcc-1 +$* --dump-machines --verbose 1 >- # Bootstrap. : no-machine |