~qzhang/lava-dispatcher/reliable-result-transfer

« back to all changes in this revision

Viewing changes to lava_dispatcher/actions/lava-test.py

  • Committer: Paul Larson
  • Date: 2011-08-04 22:03:32 UTC
  • mfrom: (82.1.2 print-exc-info-v2)
  • Revision ID: paul.larson@linaro.org-20110804220332-im0lw3555d0nn5qs
fix logging of some error messages

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
                response="list-tests", timeout=10)
98
98
        except:
99
99
            tb = traceback.format_exc()
100
 
            print >> sys.stderr, tb
 
100
            client.sio.write(tb)
101
101
            raise OperationFailed("lava-test deployment failed")
102
102
 
103
103
        for test in tests: