From a3823bf13b9408d213c0302bad88221700d31da6 Mon Sep 17 00:00:00 2001
From: Toni G <toni.giorgino@gmail.com>
Date: Thu, 6 Dec 2018 17:41:27 +0100
Subject: [PATCH] test

---
 conda/recipe/meta.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conda/recipe/meta.yaml b/conda/recipe/meta.yaml
index dda1af1f3..4394a782a 100644
--- a/conda/recipe/meta.yaml
+++ b/conda/recipe/meta.yaml
@@ -56,12 +56,12 @@ requirements:
 test:
   # TODO. In principle these could be the official regtests.
   imports:
-    - plumed2
+    - plumed
   commands:
     - plumed info --root
     - plumed info --version
     - plumed info --long-version
-    - python -c "import plumed; plumed.Plumed()"
+    - python -c "import plumed; p=plumed.Plumed(); print(p)"
 
 about:
   home: http://www.plumed.org/
-- 
GitLab