`(mkdir test && cd test && wget 'https://bugzilla.mozilla.org/attachment.cgi?id=9298443' && unzip * && pip install fuzzfetch grizzly-framework && python -m fuzzfetch --build cbbf6a7e34a3 --debug --fuzzing -n firefox && python -m grizzly.replay ./firefox/firefox testcase.html) 2>&1 | tee log`
Bug 1795059 Comment 5 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Hi Jason, I ran the commands as in comment 0... here's an example log. (Sorry about the duplicates posts here, BTW -- not sure why that happened) echo ' mkdir test cd test wget "https://bugzilla.mozilla.org/attachment.cgi?id=9298443" unzip * pip install fuzzfetch grizzly-framework python -m fuzzfetch --build cbbf6a7e34a3 --debug --fuzzing -n firefox python -m grizzly.replay ./firefox/firefox testcase.html ' > test.sh && sh ./test.sh 2>&1 | tee log [Log file](https://pastebin.mozilla.org/EiK8QCWc)
Hi Jason, I ran the commands as in comment 0... here's an example log. (Sorry about the duplicates posts here, BTW -- not sure why that happened) echo ' mkdir test cd test wget "https://bugzilla.mozilla.org/attachment.cgi?id=9298443" unzip * pip install fuzzfetch grizzly-framework python -m fuzzfetch --build cbbf6a7e34a3 --debug --fuzzing -n firefox python -m grizzly.replay ./firefox/firefox testcase.html ' > test.sh && sh ./test.sh 2>&1 | tee log Log file: https://pastebin.mozilla.org/EiK8QCWc
<deleted duplicate comment>