Make inferTest resolve all the symlinks before running tests

Summary:
Now inferTest works even when Infer is exported to PATH through symlinks
master
martinoluca 9 years ago
parent 485d5c030e
commit 279f3d15e7

@ -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/../../

Loading…
Cancel
Save