diff options
author | Sean Allred <code@seanallred.com> | 2015-01-02 22:14:37 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-02 22:14:37 -0500 |
commit | b5e4da2a4b6f59e28b1aca11f7dad9323df1a8fe (patch) | |
tree | 390ca66af114dd5a58325412c3d6d90e371dd0d5 /test | |
parent | 4159d251131efffa9e217ec5a5cc5744ede70ca5 (diff) |
Don't display status messages from url during test
Diffstat (limited to 'test')
-rw-r--r-- | test/tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tests.el b/test/tests.el index 53e053f..bb2f9f4 100644 --- a/test/tests.el +++ b/test/tests.el @@ -11,6 +11,7 @@ sx-initialized t sx-request-remaining-api-requests-message-threshold 50000 debug-on-error t + url-show-status nil user-emacs-directory "." sx-test-base-dir (file-name-directory (or load-file-name "./"))) |