-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix a typo in the "file" entry for issue3694_reduced in test_manifest.json #6837
Fix a typo in the "file" entry for issue3694_reduced in test_manifest.json #6837
Conversation
….json When generating new references locally on Windows, after PR 6724, I get the following output: ``` WARNING: Unable to open file for reading "Error: ENOENT, open 'c:\Users\Jonas\Git\pdfjs\test\pdfs\issue_3694_reduced.pdf'". Unable to verify the checksum for the files that are used for testing. Please re-download the files, or adjust the MD5 checksum in the manifest for the files listed above. ``` Compared to the name of the file (`issue3694_reduced.pdf`), you see that the manifest entry has a superfluous underscore in the "file" entry.
/botio test |
From: Bot.io (Linux)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://107.21.233.14:8877/885c4a098d27605/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://107.22.172.223:8877/ff1c911375342b2/output.txt |
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/ff1c911375342b2/output.txt Total script time: 20.77 mins
|
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/885c4a098d27605/output.txt Total script time: 21.34 mins
|
/botio makeref |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @yurydelendik received. Current queue size: 0 Live output at: http://107.22.172.223:8877/f50f2cbab445f58/output.txt |
From: Bot.io (Linux)ReceivedCommand cmd_makeref from @yurydelendik received. Current queue size: 0 Live output at: http://107.21.233.14:8877/578d2fbaca2f605/output.txt |
Fix a typo in the "file" entry for issue3694_reduced in test_manifest.json
Thank you! |
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/f50f2cbab445f58/output.txt Total script time: 20.96 mins
|
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/578d2fbaca2f605/output.txt Total script time: 21.12 mins
|
When generating new references locally on Windows, after PR #6724, I get the following output:
Compared to the name of the file (
issue3694_reduced.pdf
), you see that the manifest entry has a superfluous underscore in the "file" entry.