]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
vstart_runner: log commands in a more usable form 36546/head
authorRishabh Dave <ridave@redhat.com>
Mon, 10 Aug 2020 12:48:05 +0000 (18:18 +0530)
committerRishabh Dave <ridave@redhat.com>
Wed, 2 Sep 2020 17:22:27 +0000 (22:52 +0530)
commit464ec3dbdc8786a3242bb357db35327545db3017
treeb24de74260e00dab3fce333e5163aa03a5b75036
parent5fbfeaadba7a2e5d0538a16c2fad39dc9d74c55b
vstart_runner: log commands in a more usable form

Currently commands are printed as ['arg1', 'arg2', 'arg3']. Instead, log
them as '> arg1 arg2 arg3' so that it's simpler to copy and run them
manually. The reason behind prepending '> ' to these logs entries is
just to follow the practice followed by teuthology logs.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/vstart_runner.py