From 279f3d15e7023e34d7e4195d3e840ee68d13b3e2 Mon Sep 17 00:00:00 2001 From: martinoluca Date: Fri, 14 Aug 2015 14:22:50 -0100 Subject: [PATCH] Make inferTest resolve all the symlinks before running tests Summary: Now inferTest works even when Infer is exported to PATH through symlinks --- infer/bin/inferTest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infer/bin/inferTest b/infer/bin/inferTest index d97b59309..d7135932e 100755 --- a/infer/bin/inferTest +++ b/infer/bin/inferTest @@ -14,7 +14,7 @@ # [$2] : "keep" or "replace". Keep will keep the temporary folders used in the tests. # Replace will replace the saved dot files with the new created ones. -SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd -P )" cd $SCRIPT_DIR/../../