Removed the tail command

The build scripts were still calling the tail command for following the log
file, even though we're now using netconsole. I've removed them.

Change-Id: I48498c1ef338f99130e447097081db92b394e1aa
This commit is contained in:
Fredric Silberberg
2014-11-19 14:20:53 -05:00
parent 9ec5164075
commit e4babbe4d6
4 changed files with 1 additions and 19 deletions

View File

@@ -57,11 +57,6 @@
trust="true"
command=". /etc/profile.d/natinst-path.sh; chmod a+x ${deploy.dir}/${out}; ${deploy.kill.command};"/>
<sshexec host="${target}"
username="${username}"
password="${password}"
trust="true"
command="tail -F -n 0 ${deploy.log.file}"/>
</target>
<target name="kill-program" depends="get-target-ip" description="Kill the currently running FRC program">