Integrate main autotest logs with the results specific to the Installation package

This commit is contained in:
Fernando Cacciola
2008-07-18 14:12:14 +00:00
parent 2ad61a38f7
commit 5774e5468a
2 changed files with 68 additions and 69 deletions
@@ -156,8 +156,7 @@ remote_command()
eval $2
else
printf "** Logging into host ${1} **\n"
#${RSH} ${1} ${MYSHELL} \"${2}\"
eval $2
${RSH} ${1} ${MYSHELL} \"${2}\"
fi
}