Skip to content

Commit

Permalink
Merge pull request #243 from NordicHPC/larstha-patch-version
Browse files Browse the repository at this point in the history
No bug: Allow patch version to have more than one digit in test case
  • Loading branch information
bast authored Feb 10, 2025
2 parents 3f0a61e + 469ffd5 commit 0e5d866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ps-syntax.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [[ $count -le 0 ]]; then
exit 1
fi
l=$(head -n 1 <<< $output)
if [[ !( $l =~ ^v=[0-9]+\.[0-9]+\.[0-9](-.+)?, ) ]]; then
if [[ !( $l =~ ^v=[0-9]+\.[0-9]+\.[0-9]+(-.+)?, ) ]]; then
echo "CSV version missing, got $l"
exit 1
fi
Expand Down

0 comments on commit 0e5d866

Please sign in to comment.