commit | 479d2824b716da5a7db9eba3a12ddb4446a25b2d | [log] [tgz] |
---|---|---|
author | Joey Armstrong <joey@opennetworking.org> | Tue Aug 29 15:56:01 2023 -0400 |
committer | Joey Armstrong <joey@opennetworking.org> | Tue Aug 29 15:56:01 2023 -0400 |
tree | cafec6dca1d9f756c12eb2947be052490858e5b7 | |
parent | 7ba23ac8bf55f4313a5785dd08861220cd3fe72d [diff] |
Quoting problem Change-Id: I45e4ff20c5c085bd3c99f4012d8261f6832d2416
diff --git a/jjb/pipeline/voltha/master/bbsim-tests.groovy b/jjb/pipeline/voltha/master/bbsim-tests.groovy index 887c01b..c465ab3 100644 --- a/jjb/pipeline/voltha/master/bbsim-tests.groovy +++ b/jjb/pipeline/voltha/master/bbsim-tests.groovy
@@ -428,7 +428,7 @@ echo readarray -t logs < <(find . -name '*-combined.log' -print) - if [[ ${#logs[@]} -gt 0 ]]; then + if [[ \${\#logs[@]} -gt 0 ]]; then echo '** Bundle combined log' gzip "${logs[@]}" rm -f "${logs[@]}"