Changeset dd2e084 for tools/jenkins
- Timestamp:
- May 28, 2021, 2:29:08 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- ef1d025d
- Parents:
- e72969a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tools/jenkins/setup.sh.in ¶
re72969a rdd2e084 123 123 do 124 124 # find the test's name 125 regex='tests/crashes/ [[[:alpha:]/-]+/([[:alpha:][:digit:]@/_.-]+)/exe'125 regex='tests/crashes/(short|full-debug|full-nodebug)/([[:alpha:][:digit:]@/_.-]+)/exe' 126 126 if [[ $pgm =~ $regex ]]; then 127 name=${BASH_REMATCH[ 1]}127 name=${BASH_REMATCH[2]} 128 128 else 129 129 error "Executable '$pgm' has ill-formed path"
Note: See TracChangeset
for help on using the changeset viewer.