Skip to content

Commit

Permalink
Try if single quote can solve the unrecognized value issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxin committed Apr 29, 2022
1 parent ce53a51 commit 2328fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/run-test-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ steps:
parent_dir=$(basename $PWD)
docker exec sonic-mgmt-2 bash -c "/var/src/$parent_dir/tests/kvmtest.sh -en -T ${{ parameters.tbtype }} -d /var/src/$parent_dir ${{ parameters.tbname }} ${{ parameters.dut }} ${{ parameters.section }}"
displayName: "Run tests"
${{ if eq(parameters.tbtype, "t0-sonic") }}:
${{ if eq(parameters.tbtype, 't0-sonic') }}:
continueOnError: true

- script: |
Expand Down

0 comments on commit 2328fe5

Please sign in to comment.