Commit e881a53
committed
[CTS] Fix UR_CONFORMANCE_ENABLE_MATCH_FILES=OFF
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.1 parent 719bb9c commit e881a53
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments