From 185a8552a8ce38804426c316b93779cf1326d03b Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Sat, 13 Jun 2020 15:35:29 +0200 Subject: [PATCH] Fixing test for numerics --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index b67655ff..e4f702ba 100755 --- a/run.sh +++ b/run.sh @@ -19,7 +19,7 @@ echo "RUN numerics test" cd .. source $HOME/openfpm_vars_$branch -mpirun -np $3 build/openfpm_numerics/src/numerics +mpirun -np $3 ../build/openfpm_numerics/src/numerics 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_numerics test \" }] }" https://hooks.slack.com/services/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 exit 1 ; -- GitLab