Skip to content

Commit

Permalink
test1
Browse files Browse the repository at this point in the history
Signed-off-by: Jerry Yu <[email protected]>
  • Loading branch information
yuhaoth committed Jul 12, 2023
1 parent b2ea983 commit c613aa3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/scripts/regenerate_data_files_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,16 @@ helper_regenerate_data_files () {
}

check_data_file_generate_tool_chain () {
which xxd hexdump faketime
if which xxd hexdump
then
echo True1
fi
/usr/bin/openssl version
if [[ $(/usr/bin/openssl version) == *"3.0.2"* ]]
then
echo True
fi
which xxd hexdump 2>&1 >/dev/null && \
[[ $(/usr/bin/openssl version) == *"3.0.2"* ]]
}
Expand Down

0 comments on commit c613aa3

Please sign in to comment.