Merge ~pwlars/testflinger-cli:nobuffer-cli into testflinger-cli:master

Proposed by Paul Larson
Status: Merged
Approved by: Paul Larson
Approved revision: 7be1fd32a3535d06c0b86b27b46ce5c9b6342f20
Merged at revision: 7be1fd32a3535d06c0b86b27b46ce5c9b6342f20
Proposed branch: ~pwlars/testflinger-cli:nobuffer-cli
Merge into: testflinger-cli:master
Prerequisite: ~pwlars/testflinger-cli:quiet-submit
Diff against target: 10 lines (+1/-1)
1 file modified
testflinger-cli (+1/-1)
Reviewer Review Type Date Requested Status
Paul Larson Approve
Review via email: mp+315601@code.launchpad.net

Description of the change

A one-liner to fix something I noticed when I tried to run this in jenkins. Buffering needs to be turned off or else it will take ages before you see any of the output stream

To post a comment you must log in.
Revision history for this message
Paul Larson (pwlars) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/testflinger-cli b/testflinger-cli
2index b5e2b5e..126332e 100755
3--- a/testflinger-cli
4+++ b/testflinger-cli
5@@ -1,4 +1,4 @@
6-#!/usr/bin/env python3
7+#!/usr/bin/env python3 -u
8 # Copyright (C) 2017 Canonical
9 #
10 # This program is free software: you can redistribute it and/or modify

Subscribers

People subscribed via source and target branches