summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2019-07-04 17:00:28 -0400
committerDan Davison <dandavison7@gmail.com>2019-07-08 23:51:09 -0400
commitc3fa7cd701bbf760be6fe5e5ce530c53ea178443 (patch)
treebc5e111af2f5d6ffa45bd1185cfaf9f7429c5bbd /Makefile
parentc2e85b49d238e9fa37f20a4d9b3fab0c60464c4f (diff)
Strengthen test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc4ef84b..2445fd9c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,4 +2,4 @@ build:
cargo build
test:
- bash -c "diff -u <(git show | cut -c 2-) <(git show | delta --width variable | ansifilter | cut -c 2-)"
+ bash -c "diff -u <(git log -p | cut -c 2-) <(git log -p | delta --width variable | ansifilter | cut -c 2-)"