Fix the write argument for wget

Download the console log into the correct position instead of trying
to put it into a dir.

Change-Id: I91d8f37aa6645e94b16cbda8179d679a8ef9d164
This commit is contained in:
Joshua Hesketh 2014-07-17 21:55:55 +10:00 committed by Elizabeth K. Joseph
parent 8980bfe9c5
commit 9f4ae44e6e

View File

@ -3,4 +3,4 @@
echo "Grabbing consoleLog"
console_log_path='consoleText'
wget -P /tmp/console.txt --no-check-certificate $BUILD_URL$console_log_path
wget -O /tmp/console.txt --no-check-certificate $BUILD_URL$console_log_path