summaryrefslogtreecommitdiff
path: root/test/rebar_file_utils_tests.erl
Commit message (Collapse)AuthorAgeFilesLines
* Fix whitespace errors in unit testsTuncer Ayaz2011-08-051-1/+2
|
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
|
* Fix file existence checksTuncer Ayaz2011-01-291-7/+7
|
* Unify executable invocationJuhani Rankimies2011-01-061-0/+12
| | | | | Add flags to rebar_utils:sh to control output and error handling. Replace calls to os:cmd with calls to rebar_utils:sh.
* Port rebar_file_utils to WindowsJuhani Rankimies2010-10-271-0/+265
Modify rm_rf and cp_r to work when {win32,_} = os:type(). Simplify rm_rf to only accept one filename, directoryname or wildcard. Add unit tests to ensure a similar behaviour on windows and unix. Thanks to tuncer for guidance and feedback.