0

Need some help here. I am trying to run specrun from a command line and it is ignoring everything but the first tag. Per some other posts, the help file is incorrect.

Help File

[/filter:value] Filter expression (overrides profile setting), e.g. '@mytag & !@othertag'

Gaspar has posted to use double quotes and that is identifying the first tag only. Tags are also case specfic so I have checked that.

How I am running:

SpecRun.exe run Default.srprofile /baseFolder:D:\path /filter:"@Tag1 & !@Tag2" /log:specrun.log

Is anyone having luck with this? If so, how are you running?

Dazed
  • 1,527
  • 1
  • 13
  • 25

1 Answers1

2

The answer is using a pipe.

SpecRun.exe run Default.srprofile /baseFolder:D:\path /filter:"@Tag1 | @Tag2" /log:specrun.log

Dazed
  • 1,527
  • 1
  • 13
  • 25