gitolite/t/z-end.t
2012-03-24 10:30:43 +05:30

15 lines
276 B
Perl
Executable file

#!/usr/bin/perl
use strict;
use warnings;
# this is hardcoded; change it if needed
use lib "src";
use Gitolite::Test;
try "plan 1; cd $ENV{PWD}; git status -s -uno; !/./ or die" or die "dirty tree";
try "git log -1 --format='%h %ai %s'";
put "|cat >> prove.log", text();