Skip to content

← All questions

Does -t smoke,sanity mean both tags or either tag?

Asked 2,180 views1 answer

Reading a colleague's script:

bash
sdods run -p shop -e staging -l ui -t smoke,sanity

No at-signs, a comma, no quotes. It runs more scenarios than -t @smoke alone, so I assume it is an or — but I want to be sure it is not something odd like "smoke,sanity" being treated as one tag name that happens to match nothing. And is dropping the @ supported or just tolerated?

asked by Zeynep Arslan64 ·

1 answer

Have the same question?

Ask it with the command you ran and the output you got, and it will be answered here.

Ask a question

Related