remove urchin_path

This commit is contained in:
Thomas Levine 2016-02-28 12:25:34 +00:00
parent 2e01fd43f2
commit 474541051e
1 changed files with 2 additions and 6 deletions

8
urchin
View File

@ -30,10 +30,6 @@ urchin_source() {
# Expand relative paths
alias fullpath='readlink -f --'
urchin_path() {
# XXX Change this to be relative the urchin root
fullpath "$1"
}
remove_trailing_slash() {
echo "$1" | sed s/\\/$//
@ -129,8 +125,8 @@ recurse() {
urchin_source teardown_dir
)
else
stdout_file="$tmp/stdout$(urchin_path "$potential_test")"
time_file="$tmp/time$(urchin_path "$potential_test")"
stdout_file="$tmp/stdout$(fullpath "$potential_test")"
time_file="$tmp/time$(fullpath "$potential_test")"
mkdir -p "$(dirname "$stdout_file")"
mkdir -p "$(dirname "$time_file")"