From 88864a79a0118bd48665c04fd447c5f419a23807 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 15 Sep 2020 00:04:52 +0200 Subject: src/main.rs: Print TODO lines between master...workdir Look for TODO lines since the "master" branch. For each TODO line, print the file it's in, its line number, and the line, à la grep. --- t/bin.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 't') diff --git a/t/bin.pm b/t/bin.pm index e216c97..eea6490 100644 --- a/t/bin.pm +++ b/t/bin.pm @@ -8,6 +8,7 @@ our @EXPORT = qw($BIN); use File::Spec; -our $BIN = File::Spec->rel2abs('git-todo'); +# our $BIN = File::Spec->rel2abs('git-todo'); +our $BIN = File::Spec->rel2abs('./target/debug/git-todo'); 1; -- cgit v1.2.3