diff options
author | Palmer Truelson <palmer@lindenlab.com> | 2009-06-26 12:17:35 +0000 |
---|---|---|
committer | Palmer Truelson <palmer@lindenlab.com> | 2009-06-26 12:17:35 +0000 |
commit | e2655d4c4b38ad2336ad136a057d315e31195080 (patch) | |
tree | 108ec4f36f6465f5d7d7e374f0b1fa2e78a18362 /indra/newview/app_settings/cmd_line.xml | |
parent | 572ee5c9db2aeec17e1cc7e6c69c72ad8c7ff6fc (diff) |
DEV-34569
new --nonotifications command line option for automated testing
Reviewed by Q
Diffstat (limited to 'indra/newview/app_settings/cmd_line.xml')
-rw-r--r-- | indra/newview/app_settings/cmd_line.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/app_settings/cmd_line.xml b/indra/newview/app_settings/cmd_line.xml index 783a886fdd..5f143431de 100644 --- a/indra/newview/app_settings/cmd_line.xml +++ b/indra/newview/app_settings/cmd_line.xml @@ -146,6 +146,14 @@ <string>ReplaySession</string> </map> + <key>nonotifications</key> + <map> + <key>desc</key> + <string>User will not get any notifications. NOTE: All notifications that occur will get added to ignore file for future runs.</string> + <key>map-to</key> + <string>IgnoreAllNotifications</string> + </map> + <key>rotate</key> <map> <key>map-to</key> |