Skip to content

Commit

Permalink
Corrected clang version name detection
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wellbelove committed Dec 5, 2023
1 parent ddaa3d5 commit 9cb646a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ etl_version=$(echo $etl_version_raw | sed -e 's/\r//g') # Remove trailing \r
# Get the compiler versions
#******************************************************************************
gcc_compiler=$(g++ --version | grep g++)
clang_compiler=$(clang++ --version | grep clang++)
clang_compiler=$(clang++ --version | grep clang)

#******************************************************************************
# GCC
Expand Down

0 comments on commit 9cb646a

Please sign in to comment.