Show More
@@ -684,7 +684,7 b' def tsttest(test, wd, options, replaceme' | |||||
684 | pos = -1 |
|
684 | pos = -1 | |
685 | postout = [] |
|
685 | postout = [] | |
686 | ret = 0 |
|
686 | ret = 0 | |
687 |
for |
|
687 | for l in output: | |
688 | lout, lcmd = l, None |
|
688 | lout, lcmd = l, None | |
689 | if salt in l: |
|
689 | if salt in l: | |
690 | lout, lcmd = l.split(salt, 1) |
|
690 | lout, lcmd = l.split(salt, 1) |
General Comments 0
You need to be logged in to leave comments.
Login now