diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-22 12:45:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-22 12:45:50 +0200 |
commit | 3ea6e51b28a06ad4c8b70e9f4d206a56e4771027 (patch) | |
tree | fa51f54b2ed460b5544ac0153389d1380e991189 /tests/integration/testscript | |
parent | 1fc77270c6af777adb80e1df917da7dc36c75d14 (diff) |
Rename directory/option environment to environments
To be consistent with machines/ and toolchains/
Diffstat (limited to 'tests/integration/testscript')
-rw-r--r-- | tests/integration/testscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/testscript b/tests/integration/testscript index f43bf02..bf66324 100644 --- a/tests/integration/testscript +++ b/tests/integration/testscript @@ -93,6 +93,6 @@ a = $0 EOI chmod ugo+x default; sleep $wait; - $w --verbose 3 --startup --tftp-host $tftp --environment \ - &$machine/*** &manifest $~ 2>| + $w --verbose 3 --startup --tftp-host $tftp --environments $~ \ + &$machine/*** &manifest 2>| } |