From 64a13517a12291399c7a1ea7c2d1e760973274a8 Mon Sep 17 00:00:00 2001
From: Peter Cock
Date: Mon, 25 Nov 2024 21:34:11 +0000
Subject: [PATCH] Test the build package reports the right version number
---
recipes/fastani/meta.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes/fastani/meta.yaml b/recipes/fastani/meta.yaml
index a1bd0518835dcf..f87b18d2611cbc 100644
--- a/recipes/fastani/meta.yaml
+++ b/recipes/fastani/meta.yaml
@@ -39,7 +39,7 @@ requirements:
test:
commands:
- - fastANI -h 2>&1 | grep 'fastANI'
+ - fastANI -h 2>&1 | grep 'fastANI {{ version }}'
about:
home: https://github.com/ParBLiSS/FastANI