rebar/test
olgeni 505458eecb Use "pwd -P" to get the current physical path.
It is a portable version of the realpath(1) utility that you can find on
Mac OS X and FreeBSD (see also The Open Group Base Specifications Issue
6, IEEE Std 1003.1).

Without the -P flag, pwd(1) might return different values when the
current path contains one or more symlinks, depending on how you got
into the current directory.

In simplenode.runner, this may cause PIPE_DIR to have different values
on each use, which will make it impossible to connect to the running
node unless you guess the correct path yourself.
2013-06-10 22:15:49 +02:00
..
upgrade_project Use "pwd -P" to get the current physical path. 2013-06-10 22:15:49 +02:00
rebar_eunit_tests.erl eunit: analyze coverage only for cover compiled modules 2012-09-13 22:30:30 +02:00
rebar_file_utils_tests.erl Fix whitespace errors in unit tests 2011-08-05 01:52:33 +02:00