Skip to content

Commit

Permalink
Fix product remove parameter in web tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vodorok committed Mar 13, 2023
1 parent 8c29958 commit efce73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/tests/libtest/codechecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ def remove_test_package_product(test_folder, check_env=None, protocol='http',
str(server_data['viewer_port']),
'')
del_command = ['CodeChecker', 'cmd', 'products', 'del',
product, '--url', url]
server_data[product], '--url', url]

print(' '.join(del_command))

Expand Down

0 comments on commit efce73b

Please sign in to comment.