Code review comment for lp:~le-chi-thu/lava-dispatcher/override-test-options

Revision history for this message
Paul Larson (pwlars) wrote :

54 + if test_options != "":
55 + test_options = "-t " + test_options
I assume you will need to add quotes around the test_options, or else multiple options will not work right?

« Back to merge proposal