logging (but see below)
The logging is both for paranoia and parsing/automated processing. The ones you're probably interested in parsing should be easy to pick out and are very likely to have tab-delimited fields already.
This commit is contained in:
parent
5b93dd4b53
commit
44e6bc4bb2
8 changed files with 80 additions and 8 deletions
|
@ -26,7 +26,7 @@ try "
|
|||
cp $bd/../t/keys/*.pub $ab/keydir; ok or die 6
|
||||
";
|
||||
|
||||
_system("gitolite post-compile/ssh-authkeys");
|
||||
system("gitolite post-compile/ssh-authkeys");
|
||||
|
||||
# basic tests
|
||||
# ----------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue