Skip to content

Commit

Permalink
Merge pull request #49 from esc/random_minor_fixes
Browse files Browse the repository at this point in the history
Random Minor Fixes
  • Loading branch information
FrancescAlted committed May 12, 2016
2 parents fcd38af + 1093ff2 commit 4c2aedd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
if ! $( which coverage ); then
if ! $( which coverage > /dev/null ); then
echo "Error: Coverage script not found!"
exit 1
fi
Expand Down
6 changes: 3 additions & 3 deletions test_cmdline/test_verbose_debug.cram
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Try using --debug
blpk: checksum \(adler32\)\: .* (re)
blpk: chunk handled, in: 2.59M (2713600B) out: 167.4K (171418B)
blpk: Writing '4' offsets: '[384, 5829664, 10126569, 13364872]'
blpk: Raw offsets: b?'.*' (re)
blpk: Raw offsets: b?.* (re)
blpk: output file size: 12.91M (13536294B)
blpk: compression ratio: 11.820074
blpk: done
Expand Down Expand Up @@ -229,7 +229,7 @@ Try using --debug with metadata:
blpk: nchunks: 4
blpk: max_app_chunks: 40
blpk: raw_bloscpack_header: b?'.*' (re)
blpk: Raw compressed metadata of size '6[0-9]': b?'.*' (re)
blpk: Raw compressed metadata of size '6[0-9]': b?.* (re)
blpk: max meta size is deemed to be: 680
blpk: raw_metadata_header: b?'.*' (re)
blpk: metadata has 61[0-9] preallocated empty bytes (re)
Expand All @@ -248,7 +248,7 @@ Try using --debug with metadata:
blpk: checksum \(adler32\)\: .* (re)
blpk: chunk handled, in: 2.59M (2713600B) out: 167.4K (171418B)
blpk: Writing '4' offsets: '[1100, 5830380, 10127285, 13365588]'
blpk: Raw offsets: b?'.*' (re)
blpk: Raw offsets: b?.* (re)
blpk: output file size: 12.91M (13537010B)
blpk: compression ratio: 11.819449
blpk: done
Expand Down

0 comments on commit 4c2aedd

Please sign in to comment.