Skip to content

Commit

Permalink
Tweak process_crash.sh to force refresh
Browse files Browse the repository at this point in the history
This adds the refresh bit to the url to force retrieving the data from
fakes3 again. Otherwise you get an old copy and that makes development
and debugging difficult.
  • Loading branch information
willkg committed Dec 1, 2021
1 parent 786b251 commit 4600e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/process_crashes.sh
Expand Up @@ -56,5 +56,5 @@ mkdir "${DATADIR}" || echo "${DATADIR} already exists."
# Print urls to make it easier to look at them
for crashid in "$@"
do
echo "Check webapp: http://localhost:8000/report/index/${crashid}"
echo "Check webapp: http://localhost:8000/report/index/${crashid}?refresh=cache"
done

0 comments on commit 4600e8f

Please sign in to comment.