Last active
August 29, 2015 14:06
-
-
Save othiym23/0962ec9b5f3a204dfc69 to your computer and use it in GitHub Desktop.
`make check` in marked-man
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bauchelain% h clone kapouer/marked-man | |
Cloning into 'marked-man'... | |
remote: Counting objects: 334, done. | |
remote: Total 334 (delta 0), reused 0 (delta 0) | |
Receiving objects: 100% (334/334), 69.87 KiB | 0 bytes/s, done. | |
Resolving deltas: 100% (160/160), done. | |
Checking connectivity... done. | |
bauchelain% cd marked-man | |
bauchelain% npm install | |
[email protected] node_modules/marked | |
bauchelain% make check | |
node test/compare.js | |
man: unrecognized option `--warnings' | |
man, version 1.6c | |
usage: man [-adfhktwW] [section] [-M path] [-P pager] [-S list] | |
[-m system] [-p string] name ... | |
a : find all matching entries | |
c : do not use cat file | |
d : print gobs of debugging information | |
D : as for -d, but also display the pages | |
f : same as whatis(1) | |
h : print this help message | |
k : same as apropos(1) | |
K : search for a string in all pages | |
t : use troff to format pages for printing | |
w : print location of man page(s) that would be displayed | |
(if no name given: print directories that would be searched) | |
W : as for -w, but display filenames only | |
C file : use `file' as configuration file | |
M path : set search path for manual pages to `path' | |
P pager : use program `pager' to display pages | |
S list : colon separated section list | |
m system : search for alternate system's man pages | |
p string : string tells which preprocessors to run | |
e - [n]eqn(1) p - pic(1) t - tbl(1) | |
g - grap(1) r - refer(1) v - vgrind(1) | |
{ [Error: Command failed: man: unrecognized option `--warnings' | |
man, version 1.6c | |
usage: man [-adfhktwW] [section] [-M path] [-P pager] [-S list] | |
[-m system] [-p string] name ... | |
a : find all matching entries | |
c : do not use cat file | |
d : print gobs of debugging information | |
D : as for -d, but also display the pages | |
f : same as whatis(1) | |
h : print this help message | |
k : same as apropos(1) | |
K : search for a string in all pages | |
t : use troff to format pages for printing | |
w : print location of man page(s) that would be displayed | |
(if no name given: print directories that would be searched) | |
W : as for -w, but display filenames only | |
C file : use `file' as configuration file | |
M path : set search path for manual pages to `path' | |
P pager : use program `pager' to display pages | |
S list : colon separated section list | |
m system : search for alternate system's man pages | |
p string : string tells which preprocessors to run | |
e - [n]eqn(1) p - pic(1) t - tbl(1) | |
g - grap(1) r - refer(1) v - vgrind(1) | |
] killed: false, code: 1, signal: null } | |
man: unrecognized option `--warnings' | |
man, version 1.6c | |
usage: man [-adfhktwW] [section] [-M path] [-P pager] [-S list] | |
[-m system] [-p string] name ... | |
a : find all matching entries | |
c : do not use cat file | |
d : print gobs of debugging information | |
D : as for -d, but also display the pages | |
f : same as whatis(1) | |
h : print this help message | |
k : same as apropos(1) | |
K : search for a string in all pages | |
t : use troff to format pages for printing | |
w : print location of man page(s) that would be displayed | |
(if no name given: print directories that would be searched) | |
W : as for -w, but display filenames only | |
C file : use `file' as configuration file | |
M path : set search path for manual pages to `path' | |
P pager : use program `pager' to display pages | |
S list : colon separated section list | |
m system : search for alternate system's man pages | |
p string : string tells which preprocessors to run | |
e - [n]eqn(1) p - pic(1) t - tbl(1) | |
g - grap(1) r - refer(1) v - vgrind(1) | |
{ [Error: Command failed: man: unrecognized option `--warnings' | |
man, version 1.6c | |
usage: man [-adfhktwW] [section] [-M path] [-P pager] [-S list] | |
[-m system] [-p string] name ... | |
a : find all matching entries | |
c : do not use cat file | |
d : print gobs of debugging information | |
D : as for -d, but also display the pages | |
f : same as whatis(1) | |
h : print this help message | |
k : same as apropos(1) | |
K : search for a string in all pages | |
t : use troff to format pages for printing | |
w : print location of man page(s) that would be displayed | |
(if no name given: print directories that would be searched) | |
W : as for -w, but display filenames only | |
C file : use `file' as configuration file | |
M path : set search path for manual pages to `path' | |
P pager : use program `pager' to display pages | |
S list : colon separated section list | |
m system : search for alternate system's man pages | |
p string : string tells which preprocessors to run | |
e - [n]eqn(1) p - pic(1) t - tbl(1) | |
g - grap(1) r - refer(1) v - vgrind(1) | |
] killed: false, code: 1, signal: null } | |
man: unrecognized option `--warnings' | |
man, version 1.6c | |
usage: man [-adfhktwW] [section] [-M path] [-P pager] [-S list] | |
[-m system] [-p string] name ... | |
a : find all matching entries | |
c : do not use cat file | |
d : print gobs of debugging information | |
D : as for -d, but also display the pages | |
f : same as whatis(1) | |
h : print this help message | |
k : same as apropos(1) | |
K : search for a string in all pages | |
t : use troff to format pages for printing | |
w : print location of man page(s) that would be displayed | |
(if no name given: print directories that would be searched) | |
W : as for -w, but display filenames only | |
C file : use `file' as configuration file | |
M path : set search path for manual pages to `path' | |
P pager : use program `pager' to display pages | |
S list : colon separated section list | |
m system : search for alternate system's man pages | |
p string : string tells which preprocessors to run | |
e - [n]eqn(1) p - pic(1) t - tbl(1) | |
g - grap(1) r - refer(1) v - vgrind(1) | |
{ [Error: Command failed: man: unrecognized option `--warnings' | |
man, version 1.6c | |
usage: man [-adfhktwW] [section] [-M path] [-P pager] [-S list] | |
[-m system] [-p string] name ... | |
a : find all matching entries | |
c : do not use cat file | |
d : print gobs of debugging information | |
D : as for -d, but also display the pages | |
f : same as whatis(1) | |
h : print this help message | |
k : same as apropos(1) | |
K : search for a string in all pages | |
t : use troff to format pages for printing | |
w : print location of man page(s) that would be displayed | |
(if no name given: print directories that would be searched) | |
W : as for -w, but display filenames only | |
C file : use `file' as configuration file | |
M path : set search path for manual pages to `path' | |
P pager : use program `pager' to display pages | |
S list : colon separated section list | |
m system : search for alternate system's man pages | |
p string : string tells which preprocessors to run | |
e - [n]eqn(1) p - pic(1) t - tbl(1) | |
g - grap(1) r - refer(1) v - vgrind(1) | |
] killed: false, code: 1, signal: null } | |
man: unrecognized option `--warnings' | |
man, version 1.6c | |
usage: man [-adfhktwW] [section] [-M path] [-P pager] [-S list] | |
[-m system] [-p string] name ... | |
a : find all matching entries | |
c : do not use cat file | |
d : print gobs of debugging information | |
D : as for -d, but also display the pages | |
f : same as whatis(1) | |
h : print this help message | |
k : same as apropos(1) | |
K : search for a string in all pages | |
t : use troff to format pages for printing | |
w : print location of man page(s) that would be displayed | |
(if no name given: print directories that would be searched) | |
W : as for -w, but display filenames only | |
C file : use `file' as configuration file | |
M path : set search path for manual pages to `path' | |
P pager : use program `pager' to display pages | |
S list : colon separated section list | |
m system : search for alternate system's man pages | |
p string : string tells which preprocessors to run | |
e - [n]eqn(1) p - pic(1) t - tbl(1) | |
g - grap(1) r - refer(1) v - vgrind(1) | |
{ [Error: Command failed: man: unrecognized option `--warnings' | |
man, version 1.6c | |
usage: man [-adfhktwW] [section] [-M path] [-P pager] [-S list] | |
[-m system] [-p string] name ... | |
a : find all matching entries | |
c : do not use cat file | |
d : print gobs of debugging information | |
D : as for -d, but also display the pages | |
f : same as whatis(1) | |
h : print this help message | |
k : same as apropos(1) | |
K : search for a string in all pages | |
t : use troff to format pages for printing | |
w : print location of man page(s) that would be displayed | |
(if no name given: print directories that would be searched) | |
W : as for -w, but display filenames only | |
C file : use `file' as configuration file | |
M path : set search path for manual pages to `path' | |
P pager : use program `pager' to display pages | |
S list : colon separated section list | |
m system : search for alternate system's man pages | |
p string : string tells which preprocessors to run | |
e - [n]eqn(1) p - pic(1) t - tbl(1) | |
g - grap(1) r - refer(1) v - vgrind(1) | |
] killed: false, code: 1, signal: null } | |
man: unrecognized option `--warnings' | |
man, version 1.6c | |
usage: man [-adfhktwW] [section] [-M path] [-P pager] [-S list] | |
[-m system] [-p string] name ... | |
a : find all matching entries | |
c : do not use cat file | |
d : print gobs of debugging information | |
D : as for -d, but also display the pages | |
f : same as whatis(1) | |
h : print this help message | |
k : same as apropos(1) | |
K : search for a string in all pages | |
t : use troff to format pages for printing | |
w : print location of man page(s) that would be displayed | |
(if no name given: print directories that would be searched) | |
W : as for -w, but display filenames only | |
C file : use `file' as configuration file | |
M path : set search path for manual pages to `path' | |
P pager : use program `pager' to display pages | |
S list : colon separated section list | |
m system : search for alternate system's man pages | |
p string : string tells which preprocessors to run | |
e - [n]eqn(1) p - pic(1) t - tbl(1) | |
g - grap(1) r - refer(1) v - vgrind(1) | |
{ [Error: Command failed: man: unrecognized option `--warnings' | |
man, version 1.6c | |
usage: man [-adfhktwW] [section] [-M path] [-P pager] [-S list] | |
[-m system] [-p string] name ... | |
a : find all matching entries | |
c : do not use cat file | |
d : print gobs of debugging information | |
D : as for -d, but also display the pages | |
f : same as whatis(1) | |
h : print this help message | |
k : same as apropos(1) | |
K : search for a string in all pages | |
t : use troff to format pages for printing | |
w : print location of man page(s) that would be displayed | |
(if no name given: print directories that would be searched) | |
W : as for -w, but display filenames only | |
C file : use `file' as configuration file | |
M path : set search path for manual pages to `path' | |
P pager : use program `pager' to display pages | |
S list : colon separated section list | |
m system : search for alternate system's man pages | |
p string : string tells which preprocessors to run | |
e - [n]eqn(1) p - pic(1) t - tbl(1) | |
g - grap(1) r - refer(1) v - vgrind(1) | |
] killed: false, code: 1, signal: null } | |
man: unrecognized option `--warnings' | |
man, version 1.6c | |
usage: man [-adfhktwW] [section] [-M path] [-P pager] [-S list] | |
[-m system] [-p string] name ... | |
a : find all matching entries | |
c : do not use cat file | |
d : print gobs of debugging information | |
D : as for -d, but also display the pages | |
f : same as whatis(1) | |
h : print this help message | |
k : same as apropos(1) | |
K : search for a string in all pages | |
t : use troff to format pages for printing | |
w : print location of man page(s) that would be displayed | |
(if no name given: print directories that would be searched) | |
W : as for -w, but display filenames only | |
C file : use `file' as configuration file | |
M path : set search path for manual pages to `path' | |
P pager : use program `pager' to display pages | |
S list : colon separated section list | |
m system : search for alternate system's man pages | |
p string : string tells which preprocessors to run | |
e - [n]eqn(1) p - pic(1) t - tbl(1) | |
g - grap(1) r - refer(1) v - vgrind(1) | |
{ [Error: Command failed: man: unrecognized option `--warnings' | |
man, version 1.6c | |
usage: man [-adfhktwW] [section] [-M path] [-P pager] [-S list] | |
[-m system] [-p string] name ... | |
a : find all matching entries | |
c : do not use cat file | |
d : print gobs of debugging information | |
D : as for -d, but also display the pages | |
f : same as whatis(1) | |
h : print this help message | |
k : same as apropos(1) | |
K : search for a string in all pages | |
t : use troff to format pages for printing | |
w : print location of man page(s) that would be displayed | |
(if no name given: print directories that would be searched) | |
W : as for -w, but display filenames only | |
C file : use `file' as configuration file | |
M path : set search path for manual pages to `path' | |
P pager : use program `pager' to display pages | |
S list : colon separated section list | |
m system : search for alternate system's man pages | |
p string : string tells which preprocessors to run | |
e - [n]eqn(1) p - pic(1) t - tbl(1) | |
g - grap(1) r - refer(1) v - vgrind(1) | |
] killed: false, code: 1, signal: null } | |
man: unrecognized option `--warnings' | |
man, version 1.6c | |
usage: man [-adfhktwW] [section] [-M path] [-P pager] [-S list] | |
[-m system] [-p string] name ... | |
a : find all matching entries | |
c : do not use cat file | |
d : print gobs of debugging information | |
D : as for -d, but also display the pages | |
f : same as whatis(1) | |
h : print this help message | |
k : same as apropos(1) | |
K : search for a string in all pages | |
t : use troff to format pages for printing | |
w : print location of man page(s) that would be displayed | |
(if no name given: print directories that would be searched) | |
W : as for -w, but display filenames only | |
C file : use `file' as configuration file | |
M path : set search path for manual pages to `path' | |
P pager : use program `pager' to display pages | |
S list : colon separated section list | |
m system : search for alternate system's man pages | |
p string : string tells which preprocessors to run | |
e - [n]eqn(1) p - pic(1) t - tbl(1) | |
g - grap(1) r - refer(1) v - vgrind(1) | |
{ [Error: Command failed: man: unrecognized option `--warnings' | |
man, version 1.6c | |
usage: man [-adfhktwW] [section] [-M path] [-P pager] [-S list] | |
[-m system] [-p string] name ... | |
a : find all matching entries | |
c : do not use cat file | |
d : print gobs of debugging information | |
D : as for -d, but also display the pages | |
f : same as whatis(1) | |
h : print this help message | |
k : same as apropos(1) | |
K : search for a string in all pages | |
t : use troff to format pages for printing | |
w : print location of man page(s) that would be displayed | |
(if no name given: print directories that would be searched) | |
W : as for -w, but display filenames only | |
C file : use `file' as configuration file | |
M path : set search path for manual pages to `path' | |
P pager : use program `pager' to display pages | |
S list : colon separated section list | |
m system : search for alternate system's man pages | |
p string : string tells which preprocessors to run | |
e - [n]eqn(1) p - pic(1) t - tbl(1) | |
g - grap(1) r - refer(1) v - vgrind(1) | |
] killed: false, code: 1, signal: null } | |
man: unrecognized option `--warnings' | |
man, version 1.6c | |
usage: man [-adfhktwW] [section] [-M path] [-P pager] [-S list] | |
[-m system] [-p string] name ... | |
a : find all matching entries | |
c : do not use cat file | |
d : print gobs of debugging information | |
D : as for -d, but also display the pages | |
f : same as whatis(1) | |
h : print this help message | |
k : same as apropos(1) | |
K : search for a string in all pages | |
t : use troff to format pages for printing | |
w : print location of man page(s) that would be displayed | |
(if no name given: print directories that would be searched) | |
W : as for -w, but display filenames only | |
C file : use `file' as configuration file | |
M path : set search path for manual pages to `path' | |
P pager : use program `pager' to display pages | |
S list : colon separated section list | |
m system : search for alternate system's man pages | |
p string : string tells which preprocessors to run | |
e - [n]eqn(1) p - pic(1) t - tbl(1) | |
g - grap(1) r - refer(1) v - vgrind(1) | |
{ [Error: Command failed: man: unrecognized option `--warnings' | |
man, version 1.6c | |
usage: man [-adfhktwW] [section] [-M path] [-P pager] [-S list] | |
[-m system] [-p string] name ... | |
a : find all matching entries | |
c : do not use cat file | |
d : print gobs of debugging information | |
D : as for -d, but also display the pages | |
f : same as whatis(1) | |
h : print this help message | |
k : same as apropos(1) | |
K : search for a string in all pages | |
t : use troff to format pages for printing | |
w : print location of man page(s) that would be displayed | |
(if no name given: print directories that would be searched) | |
W : as for -w, but display filenames only | |
C file : use `file' as configuration file | |
M path : set search path for manual pages to `path' | |
P pager : use program `pager' to display pages | |
S list : colon separated section list | |
m system : search for alternate system's man pages | |
p string : string tells which preprocessors to run | |
e - [n]eqn(1) p - pic(1) t - tbl(1) | |
g - grap(1) r - refer(1) v - vgrind(1) | |
] killed: false, code: 1, signal: null } | |
man: unrecognized option `--warnings' | |
man, version 1.6c | |
usage: man [-adfhktwW] [section] [-M path] [-P pager] [-S list] | |
[-m system] [-p string] name ... | |
a : find all matching entries | |
c : do not use cat file | |
d : print gobs of debugging information | |
D : as for -d, but also display the pages | |
f : same as whatis(1) | |
h : print this help message | |
k : same as apropos(1) | |
K : search for a string in all pages | |
t : use troff to format pages for printing | |
w : print location of man page(s) that would be displayed | |
(if no name given: print directories that would be searched) | |
W : as for -w, but display filenames only | |
C file : use `file' as configuration file | |
M path : set search path for manual pages to `path' | |
P pager : use program `pager' to display pages | |
S list : colon separated section list | |
m system : search for alternate system's man pages | |
p string : string tells which preprocessors to run | |
e - [n]eqn(1) p - pic(1) t - tbl(1) | |
g - grap(1) r - refer(1) v - vgrind(1) | |
{ [Error: Command failed: man: unrecognized option `--warnings' | |
man, version 1.6c | |
usage: man [-adfhktwW] [section] [-M path] [-P pager] [-S list] | |
[-m system] [-p string] name ... | |
a : find all matching entries | |
c : do not use cat file | |
d : print gobs of debugging information | |
D : as for -d, but also display the pages | |
f : same as whatis(1) | |
h : print this help message | |
k : same as apropos(1) | |
K : search for a string in all pages | |
t : use troff to format pages for printing | |
w : print location of man page(s) that would be displayed | |
(if no name given: print directories that would be searched) | |
W : as for -w, but display filenames only | |
C file : use `file' as configuration file | |
M path : set search path for manual pages to `path' | |
P pager : use program `pager' to display pages | |
S list : colon separated section list | |
m system : search for alternate system's man pages | |
p string : string tells which preprocessors to run | |
e - [n]eqn(1) p - pic(1) t - tbl(1) | |
g - grap(1) r - refer(1) v - vgrind(1) | |
] killed: false, code: 1, signal: null } | |
man: unrecognized option `--warnings' | |
man, version 1.6c | |
usage: man [-adfhktwW] [section] [-M path] [-P pager] [-S list] | |
[-m system] [-p string] name ... | |
a : find all matching entries | |
c : do not use cat file | |
d : print gobs of debugging information | |
D : as for -d, but also display the pages | |
f : same as whatis(1) | |
h : print this help message | |
k : same as apropos(1) | |
K : search for a string in all pages | |
t : use troff to format pages for printing | |
w : print location of man page(s) that would be displayed | |
(if no name given: print directories that would be searched) | |
W : as for -w, but display filenames only | |
C file : use `file' as configuration file | |
M path : set search path for manual pages to `path' | |
P pager : use program `pager' to display pages | |
S list : colon separated section list | |
m system : search for alternate system's man pages | |
p string : string tells which preprocessors to run | |
e - [n]eqn(1) p - pic(1) t - tbl(1) | |
g - grap(1) r - refer(1) v - vgrind(1) | |
{ [Error: Command failed: man: unrecognized option `--warnings' | |
man, version 1.6c | |
usage: man [-adfhktwW] [section] [-M path] [-P pager] [-S list] | |
[-m system] [-p string] name ... | |
a : find all matching entries | |
c : do not use cat file | |
d : print gobs of debugging information | |
D : as for -d, but also display the pages | |
f : same as whatis(1) | |
h : print this help message | |
k : same as apropos(1) | |
K : search for a string in all pages | |
t : use troff to format pages for printing | |
w : print location of man page(s) that would be displayed | |
(if no name given: print directories that would be searched) | |
W : as for -w, but display filenames only | |
C file : use `file' as configuration file | |
M path : set search path for manual pages to `path' | |
P pager : use program `pager' to display pages | |
S list : colon separated section list | |
m system : search for alternate system's man pages | |
p string : string tells which preprocessors to run | |
e - [n]eqn(1) p - pic(1) t - tbl(1) | |
g - grap(1) r - refer(1) v - vgrind(1) | |
] killed: false, code: 1, signal: null } | |
Succeeded tests: 10 | |
All tests passed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bauchelain% make check | |
node test/compare.js | |
Reading config file /private/etc/man.conf | |
Looked whether there exists a message catalog man, but there is none | |
(and for English messages none is needed) | |
found man directory /usr/share/man | |
found man directory /usr/local/share/man | |
found man directory /usr/X11/man | |
found manpath map /bin --> /usr/share/man | |
found manpath map /sbin --> /usr/share/man | |
found manpath map /usr/bin --> /usr/share/man | |
found manpath map /usr/sbin --> /usr/share/man | |
found manpath map /usr/local/bin --> /usr/local/share/man | |
found manpath map /usr/local/sbin --> /usr/local/share/man | |
found manpath map /usr/X11/bin --> /usr/X11/man | |
found manpath map /usr/bin/X11 --> /usr/X11/man | |
found manpath map /usr/bin/mh --> /usr/share/man | |
using /usr/bin/less -is as pager | |
using /usr/bin/less -is as browser | |
using /bin/cat to dump HTML pages as textusing default preprocessor sequence | |
found tbl(1) directive | |
not executing command: | |
(cd '/Users/ogd/Documents/projects/marked-man/test/files/..' && /usr/bin/tbl '/Users/ogd/Documents/projects/marked-man/test/files/pre_block_with_quotes.roff' | /usr/bin/groff -Wall -mtty-char -Tascii -mandoc -c | (/usr/bin/less -is || true)) | |
Test failure, result written in /Users/ogd/Documents/projects/marked-man/test/files/pre_block_with_quotes.man.err | |
Reading config file /private/etc/man.conf | |
Looked whether there exists a message catalog man, but there is none | |
(and for English messages none is needed) | |
found man directory /usr/share/man | |
found man directory /usr/local/share/man | |
found man directory /usr/X11/man | |
found manpath map /bin --> /usr/share/man | |
found manpath map /sbin --> /usr/share/man | |
found manpath map /usr/bin --> /usr/share/man | |
found manpath map /usr/sbin --> /usr/share/man | |
found manpath map /usr/local/bin --> /usr/local/share/man | |
found manpath map /usr/local/sbin --> /usr/local/share/man | |
found manpath map /usr/X11/bin --> /usr/X11/man | |
found manpath map /usr/bin/X11 --> /usr/X11/man | |
found manpath map /usr/bin/mh --> /usr/share/man | |
using /usr/bin/less -is as pager | |
using /usr/bin/less -is as browser | |
using /bin/cat to dump HTML pages as textusing default preprocessor sequence | |
found tbl(1) directive | |
not executing command: | |
(cd '/Users/ogd/Documents/projects/marked-man/test/files/..' && /usr/bin/tbl '/Users/ogd/Documents/projects/marked-man/test/files/nested_list_with_code.roff' | /usr/bin/groff -Wall -mtty-char -Tascii -mandoc -c | (/usr/bin/less -is || true)) | |
Test failure, result written in /Users/ogd/Documents/projects/marked-man/test/files/nested_list_with_code.man.err | |
Reading config file /private/etc/man.conf | |
Looked whether there exists a message catalog man, but there is none | |
(and for English messages none is needed) | |
found man directory /usr/share/man | |
found man directory /usr/local/share/man | |
found man directory /usr/X11/man | |
found manpath map /bin --> /usr/share/man | |
found manpath map /sbin --> /usr/share/man | |
found manpath map /usr/bin --> /usr/share/man | |
found manpath map /usr/sbin --> /usr/share/man | |
found manpath map /usr/local/bin --> /usr/local/share/man | |
found manpath map /usr/local/sbin --> /usr/local/share/man | |
found manpath map /usr/X11/bin --> /usr/X11/man | |
found manpath map /usr/bin/X11 --> /usr/X11/man | |
found manpath map /usr/bin/mh --> /usr/share/man | |
using /usr/bin/less -is as pager | |
using /usr/bin/less -is as browser | |
using /bin/cat to dump HTML pages as textusing default preprocessor sequence | |
found tbl(1) directive | |
not executing command: | |
(cd '/Users/ogd/Documents/projects/marked-man/test/files/..' && /usr/bin/tbl '/Users/ogd/Documents/projects/marked-man/test/files/markdown_syntax.roff' | /usr/bin/groff -Wall -mtty-char -Tascii -mandoc -c | (/usr/bin/less -is || true)) | |
Test failure, result written in /Users/ogd/Documents/projects/marked-man/test/files/markdown_syntax.man.err | |
Reading config file /private/etc/man.conf | |
Looked whether there exists a message catalog man, but there is none | |
(and for English messages none is needed) | |
found man directory /usr/share/man | |
found man directory /usr/local/share/man | |
found man directory /usr/X11/man | |
found manpath map /bin --> /usr/share/man | |
found manpath map /sbin --> /usr/share/man | |
found manpath map /usr/bin --> /usr/share/man | |
found manpath map /usr/sbin --> /usr/share/man | |
found manpath map /usr/local/bin --> /usr/local/share/man | |
found manpath map /usr/local/sbin --> /usr/local/share/man | |
found manpath map /usr/X11/bin --> /usr/X11/man | |
found manpath map /usr/bin/X11 --> /usr/X11/man | |
found manpath map /usr/bin/mh --> /usr/share/man | |
using /usr/bin/less -is as pager | |
using /usr/bin/less -is as browser | |
using /bin/cat to dump HTML pages as textusing default preprocessor sequence | |
found tbl(1) directive | |
not executing command: | |
(cd '/Users/ogd/Documents/projects/marked-man/test/files/..' && /usr/bin/tbl '/Users/ogd/Documents/projects/marked-man/test/files/links.roff' | /usr/bin/groff -Wall -mtty-char -Tascii -mandoc -c | (/usr/bin/less -is || true)) | |
Test failure, result written in /Users/ogd/Documents/projects/marked-man/test/files/links.man.err | |
Reading config file /private/etc/man.conf | |
Looked whether there exists a message catalog man, but there is none | |
(and for English messages none is needed) | |
found man directory /usr/share/man | |
found man directory /usr/local/share/man | |
found man directory /usr/X11/man | |
found manpath map /bin --> /usr/share/man | |
found manpath map /sbin --> /usr/share/man | |
found manpath map /usr/bin --> /usr/share/man | |
found manpath map /usr/sbin --> /usr/share/man | |
found manpath map /usr/local/bin --> /usr/local/share/man | |
found manpath map /usr/local/sbin --> /usr/local/share/man | |
found manpath map /usr/X11/bin --> /usr/X11/man | |
found manpath map /usr/bin/X11 --> /usr/X11/man | |
found manpath map /usr/bin/mh --> /usr/share/man | |
using /usr/bin/less -is as pager | |
using /usr/bin/less -is as browser | |
using /bin/cat to dump HTML pages as textusing default preprocessor sequence | |
found tbl(1) directive | |
not executing command: | |
(cd '/Users/ogd/Documents/projects/marked-man/test/files/..' && /usr/bin/tbl '/Users/ogd/Documents/projects/marked-man/test/files/entity_encoding_test.roff' | /usr/bin/groff -Wall -mtty-char -Tascii -mandoc -c | (/usr/bin/less -is || true)) | |
Test failure, result written in /Users/ogd/Documents/projects/marked-man/test/files/entity_encoding_test.man.err | |
Reading config file /private/etc/man.conf | |
Looked whether there exists a message catalog man, but there is none | |
(and for English messages none is needed) | |
found man directory /usr/share/man | |
found man directory /usr/local/share/man | |
found man directory /usr/X11/man | |
found manpath map /bin --> /usr/share/man | |
found manpath map /sbin --> /usr/share/man | |
found manpath map /usr/bin --> /usr/share/man | |
found manpath map /usr/sbin --> /usr/share/man | |
found manpath map /usr/local/bin --> /usr/local/share/man | |
found manpath map /usr/local/sbin --> /usr/local/share/man | |
found manpath map /usr/X11/bin --> /usr/X11/man | |
found manpath map /usr/bin/X11 --> /usr/X11/man | |
found manpath map /usr/bin/mh --> /usr/share/man | |
using /usr/bin/less -is as pager | |
using /usr/bin/less -is as browser | |
using /bin/cat to dump HTML pages as textusing default preprocessor sequence | |
found tbl(1) directive | |
not executing command: | |
(cd '/Users/ogd/Documents/projects/marked-man/test/files/..' && /usr/bin/tbl '/Users/ogd/Documents/projects/marked-man/test/files/ellipses.roff' | /usr/bin/groff -Wall -mtty-char -Tascii -mandoc -c | (/usr/bin/less -is || true)) | |
Test failure, result written in /Users/ogd/Documents/projects/marked-man/test/files/ellipses.man.err | |
Reading config file /private/etc/man.conf | |
Looked whether there exists a message catalog man, but there is none | |
(and for English messages none is needed) | |
found man directory /usr/share/man | |
found man directory /usr/local/share/man | |
found man directory /usr/X11/man | |
found manpath map /bin --> /usr/share/man | |
found manpath map /sbin --> /usr/share/man | |
found manpath map /usr/bin --> /usr/share/man | |
found manpath map /usr/sbin --> /usr/share/man | |
found manpath map /usr/local/bin --> /usr/local/share/man | |
found manpath map /usr/local/sbin --> /usr/local/share/man | |
found manpath map /usr/X11/bin --> /usr/X11/man | |
found manpath map /usr/bin/X11 --> /usr/X11/man | |
found manpath map /usr/bin/mh --> /usr/share/man | |
using /usr/bin/less -is as pager | |
using /usr/bin/less -is as browser | |
using /bin/cat to dump HTML pages as textusing default preprocessor sequence | |
found tbl(1) directive | |
not executing command: | |
(cd '/Users/ogd/Documents/projects/marked-man/test/files/..' && /usr/bin/tbl '/Users/ogd/Documents/projects/marked-man/test/files/dots_at_line_start_test.roff' | /usr/bin/groff -Wall -mtty-char -Tascii -mandoc -c | (/usr/bin/less -is || true)) | |
Test failure, result written in /Users/ogd/Documents/projects/marked-man/test/files/dots_at_line_start_test.man.err | |
Reading config file /private/etc/man.conf | |
Looked whether there exists a message catalog man, but there is none | |
(and for English messages none is needed) | |
found man directory /usr/share/man | |
found man directory /usr/local/share/man | |
found man directory /usr/X11/man | |
found manpath map /bin --> /usr/share/man | |
found manpath map /sbin --> /usr/share/man | |
found manpath map /usr/bin --> /usr/share/man | |
found manpath map /usr/sbin --> /usr/share/man | |
found manpath map /usr/local/bin --> /usr/local/share/man | |
found manpath map /usr/local/sbin --> /usr/local/share/man | |
found manpath map /usr/X11/bin --> /usr/X11/man | |
found manpath map /usr/bin/X11 --> /usr/X11/man | |
found manpath map /usr/bin/mh --> /usr/share/man | |
using /usr/bin/less -is as pager | |
using /usr/bin/less -is as browser | |
using /bin/cat to dump HTML pages as textusing default preprocessor sequence | |
found tbl(1) directive | |
not executing command: | |
(cd '/Users/ogd/Documents/projects/marked-man/test/files/..' && /usr/bin/tbl '/Users/ogd/Documents/projects/marked-man/test/files/definition_list_syntax.roff' | /usr/bin/groff -Wall -mtty-char -Tascii -mandoc -c | (/usr/bin/less -is || true)) | |
Test failure, result written in /Users/ogd/Documents/projects/marked-man/test/files/definition_list_syntax.man.err | |
Reading config file /private/etc/man.conf | |
Looked whether there exists a message catalog man, but there is none | |
(and for English messages none is needed) | |
found man directory /usr/share/man | |
found man directory /usr/local/share/man | |
found man directory /usr/X11/man | |
found manpath map /bin --> /usr/share/man | |
found manpath map /sbin --> /usr/share/man | |
found manpath map /usr/bin --> /usr/share/man | |
found manpath map /usr/sbin --> /usr/share/man | |
found manpath map /usr/local/bin --> /usr/local/share/man | |
found manpath map /usr/local/sbin --> /usr/local/share/man | |
found manpath map /usr/X11/bin --> /usr/X11/man | |
found manpath map /usr/bin/X11 --> /usr/X11/man | |
found manpath map /usr/bin/mh --> /usr/share/man | |
using /usr/bin/less -is as pager | |
using /usr/bin/less -is as browser | |
using /bin/cat to dump HTML pages as textusing default preprocessor sequence | |
found tbl(1) directive | |
not executing command: | |
(cd '/Users/ogd/Documents/projects/marked-man/test/files/..' && /usr/bin/tbl '/Users/ogd/Documents/projects/marked-man/test/files/blockquotes.roff' | /usr/bin/groff -Wall -mtty-char -Tascii -mandoc -c | (/usr/bin/less -is || true)) | |
Test failure, result written in /Users/ogd/Documents/projects/marked-man/test/files/blockquotes.man.err | |
Reading config file /private/etc/man.conf | |
Looked whether there exists a message catalog man, but there is none | |
(and for English messages none is needed) | |
found man directory /usr/share/man | |
found man directory /usr/local/share/man | |
found man directory /usr/X11/man | |
found manpath map /bin --> /usr/share/man | |
found manpath map /sbin --> /usr/share/man | |
found manpath map /usr/bin --> /usr/share/man | |
found manpath map /usr/sbin --> /usr/share/man | |
found manpath map /usr/local/bin --> /usr/local/share/man | |
found manpath map /usr/local/sbin --> /usr/local/share/man | |
found manpath map /usr/X11/bin --> /usr/X11/man | |
found manpath map /usr/bin/X11 --> /usr/X11/man | |
found manpath map /usr/bin/mh --> /usr/share/man | |
using /usr/bin/less -is as pager | |
using /usr/bin/less -is as browser | |
using /bin/cat to dump HTML pages as textusing default preprocessor sequence | |
found tbl(1) directive | |
not executing command: | |
(cd '/Users/ogd/Documents/projects/marked-man/test/files/..' && /usr/bin/tbl '/Users/ogd/Documents/projects/marked-man/test/files/underline_spacing_test.roff' | /usr/bin/groff -Wall -mtty-char -Tascii -mandoc -c | (/usr/bin/less -is || true)) | |
Test failure, result written in /Users/ogd/Documents/projects/marked-man/test/files/underline_spacing_test.man.err | |
Failed tests: 10 | |
make: *** [check] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment