diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 450: lava-test-shell rename stdout.txt attachment to stdout.log

Message ID 20121115221411.3101.42853.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Andy Doan Nov. 15, 2012, 10:14 p.m. UTC
------------------------------------------------------------
revno: 450
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-dispatcher
timestamp: Thu 2012-11-15 16:11:54 -0600
message:
  lava-test-shell rename stdout.txt attachment to stdout.log
  
  just a minor nitpick
modified:
  lava_dispatcher/lava_test_shell.py


--
lp:lava-dispatcher
https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk

You are subscribed to branch lp:lava-dispatcher.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_dispatcher/lava_test_shell.py'
--- lava_dispatcher/lava_test_shell.py	2012-11-08 03:20:34 +0000
+++ lava_dispatcher/lava_test_shell.py	2012-11-15 22:11:54 +0000
@@ -143,7 +143,7 @@ 
     files = ('stderr.log', 'return_code', 'run.sh', 'install.sh')
     attachments = []
 
-    attachments.append(create_attachment('stdout.txt', stdout))
+    attachments.append(create_attachment('stdout.log', stdout))
     attachments.append(create_attachment('testdef.yaml', testdef))
 
     for f in files: