You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When configured without match files, the CTS was trying to run a
command and its arguments as a single command, as it was represented by
a single string variable. It needs to be a single string in the default
case - when building with UR_CONFORMANCE_ENABLE_MATCH_FILES=ON - as that
command string is passed off to another command via a flag, so it must
be seen by the shell as one item.
While definitely not *nice*, this is the simplest fix I could think of
which preserves the behaviour of the (more important, tested) 'default'
case.
0 commit comments