Skip to content

Commit

Permalink
Merge pull request #3 from mvidner/master
Browse files Browse the repository at this point in the history
fixed client lookup
  • Loading branch information
jreidinger committed May 9, 2013
2 parents 2da4f12 + 18d7e76 commit 626e3f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions skel/runtest.sh
Expand Up @@ -77,8 +77,7 @@ parse() {
rm -f "$file"
}

client="./${1%.*}"
( Y2DIR=$Y2DIR:$Y2BASE_Y2DIR LD_LIBRARY_PATH=$Y2BASE_LD_LIBRARY_PATH $Y2BASE -l - -c "$logconf" $Y2BASEFLAGS $OPTIONS "$client" UI 2>&1 ) | parse >"$2" 2>"$3"
( Y2DIR=$Y2DIR:$Y2BASE_Y2DIR LD_LIBRARY_PATH=$Y2BASE_LD_LIBRARY_PATH $Y2BASE -l - -c "$logconf" $Y2BASEFLAGS $OPTIONS "$1" UI 2>&1 ) | parse >"$2" 2>"$3"

retcode="$PIPESTATUS"
if [ "$retcode" -gt 0 ]; then
Expand Down

0 comments on commit 626e3f4

Please sign in to comment.