fix avail test (#50)
* fix avail test
* changing the regular expression
* Adding fatal error to avail script
* Revert "changing the regular expression"
This reverts commit e522143b5d9dccb870fd7f5667619ed32687d1e6.
[ROCm/rocprofiler-sdk commit: 5556774c3a]
This commit is contained in:
committed by
GitHub
parent
32fe16606a
commit
2cb3c6d84f
+1
-1
@@ -52,7 +52,7 @@ set_tests_properties(
|
||||
ENVIRONMENT
|
||||
"${cc-env-list-metrics}"
|
||||
PASS_REGULAR_EXPRESSION
|
||||
"gpu-agent:[0-9]*\\n*; Name:\t[a-zA-Z_]*\\n;Description:\t(.*)\\n*;Expression:\t(.)*\\n*;Block:\t[a-zA-Z]*\\n*;Dimensions:\t([A-Z_]*\\[[0-9]*:[0-9]*\\];Method:\t(.*);Unit:\t(.*);Minimum_Interval:\t[0-9]*;Maximum_Interval:\t[0-9]*)*\\n*;"
|
||||
"gpu-agent:[0-9]*\\n*; Name:\\t[a-zA-Z_]*\\n;Description:\\t(.*)\\n*;Expression:\\t(.)*\\n*;Block:\\t[a-zA-Z]*\\n*;Dimensions:\\t([A-Z_]*\\[[0-9]*:[0-9]*\\])*\\n*;Method:\\t(.*);Unit:\\t(.*);Minimum_Interval:\\t[0-9]*;Maximum_Interval:\\t[0-9]*\\n*;"
|
||||
)
|
||||
|
||||
set_tests_properties(
|
||||
|
||||
Reference in New Issue
Block a user