Give syslog a .txt extension.

So that jenkins displays it inline when the link is clicked.

Change-Id: I46e7c6197b06aebe7cac77c6112876d83090e7f1
This commit is contained in:
James E. Blair
2011-12-31 09:36:29 -08:00
parent dcd1468e2f
commit 9bae7ef860

View File

@@ -83,7 +83,7 @@ fi
ssh $NODE_IP_ADDR ./devstack-vm-gate-host.sh
RETVAL=$?
# No matter what, archive logs
scp -C -q $NODE_IP_ADDR:/var/log/syslog $WORKSPACE/logs/
scp -C -q $NODE_IP_ADDR:/var/log/syslog $WORKSPACE/logs/syslog.txt
# Now check whether the run was a success
if [ $RETVAL = 0 ] && [ $ALWAYS_KEEP = 0 ]; then
echo "Deleting host"