diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2023-04-26 21:34:12 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2023-05-17 19:00:24 +0300 |
commit | 2fca6d23f87304ceed78e93d2a52d137c5ffd0c7 (patch) | |
tree | c67fb039261b9417ca78b318104e8ada9f87f530 /tests | |
parent | a8f7447cf43184160ade0de01199462c11f3c109 (diff) |
Add support for build artifacts upload in agent
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/testscript b/tests/integration/testscript index 75b61cb..a608bef 100644 --- a/tests/integration/testscript +++ b/tests/integration/testscript @@ -417,7 +417,7 @@ end tftp = 127.0.0.1:55123 a = $0 -+ sed -e 's/-agent$/-worker/' <"$0" | set w ++sed -e 's/-agent$/-worker/' <"$0" | set w : agent : |