summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/__init__.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-11-28 20:27:50 +1100
committerChris Johns <chrisj@rtems.org>2018-11-28 20:27:50 +1100
commit571db94df5ac63db42a50058357f30c435e27cc0 (patch)
tree5d6376ab4a6de2d00ab0cc05756b96a503567f0f /rtemstoolkit/__init__.py
parentfix native elf detection on x86_64 machines (diff)
downloadrtems-tools-571db94df5ac63db42a50058357f30c435e27cc0.tar.bz2
rtemstoolkit: Fix mailer unittest.
Diffstat (limited to 'rtemstoolkit/__init__.py')
-rw-r--r--rtemstoolkit/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/rtemstoolkit/__init__.py b/rtemstoolkit/__init__.py
index 207698a..b5f0162 100644
--- a/rtemstoolkit/__init__.py
+++ b/rtemstoolkit/__init__.py
@@ -50,8 +50,8 @@ args = {
'config': ['--file', 'tester/rtems/version.cfg',
'--jobs', 'half',
'--no-clean'],
- 'mailer': ['--smtp-host', '1.2.3.4',
- '--mail-to', 'foo@bar.none',
- '--mail-from', 'me@here.there']
+ 'mailer': ['--smtp-host=1.2.3.4',
+ '--mail-to=foo@bar.none',
+ '--mail-from=me@here.there']
}