Skip to content

Commit

Permalink
fix bug 1039865 - make it possible to use testcrash with submitter
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Aug 1, 2014
1 parent eafd456 commit 52c2023
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/installation/systemtest.rst
Expand Up @@ -18,10 +18,10 @@ http://crash-reports:5100/submit
See: https://developer.mozilla.org/en/Environment_variables_affecting_crash_reporting

If you already have a crash available and wish to submit it, you can
use the standalone submitter tool (assuming the JSON and dump files for your
crash are in the "./crashes" directory)
use the standalone submitter tool (there is an example JSON and dump
file for your crash are in the "./testcrash" directory you can use)
::
python socorro/collector/submitter_app.py -u http://crash-reports/submit -s ./crashes/
python socorro/collector/submitter_app.py -u http://crash-reports/submit -s ./testcrash/raw/

You should get a "CrashID" returned.

Expand Down
2 changes: 1 addition & 1 deletion scripts/rabbitmq-integration-test.sh
Expand Up @@ -177,7 +177,7 @@ retry 'collector' 'running standalone at 0.0.0.0:8882'

echo -n 'INFO: submitting test crash...'
# submit test crash
python socorro/collector/submitter_app.py -u http://localhost:8882/submit -s testcrash/ -n 1 > submitter.log 2>&1
python socorro/collector/submitter_app.py -u http://localhost:8882/submit -s testcrash/raw/ -n 1 > submitter.log 2>&1
if [ $? != 0 ]
then
fatal 1 "submitter failed, check submitter.log"
Expand Down

0 comments on commit 52c2023

Please sign in to comment.