From d19bdca1bf0dd929793810b5b4816059d17a63ab Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Thu, 15 Feb 2018 15:44:15 +0100
Subject: [PATCH] Fixing test

---
 run.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/run.sh b/run.sh
index 54e6130cb..3c8772c52 100755
--- a/run.sh
+++ b/run.sh
@@ -26,7 +26,6 @@ then
    exit 0;
  fi
 
- ldd ./src/pdata
  mpirun -np $3 ./src/pdata
  if [ $? -ne 0 ]; then 
    curl -X POST --data "payload={\"icon_emoji\": \":jenkins:\", \"username\": \"jenkins\"  , \"attachments\":[{ \"title\":\"Error:\", \"color\": \"#FF0000\", \"text\":\"$2 failed to complete the openfpm_pdata test \" }] }" https://hooks.slack.com/services/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
-- 
GitLab