mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-03 11:01:30 +00:00
Tests: remove frequency from test names
This commit is contained in:
parent
074f9d7ae1
commit
25f3c6f29c
139 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ echo -e "\033[1mCreating '$REPORT_FILE' report file...\033[0m"
|
|||
"$CPUID_TOOL" --load="$RAW_FILE" --outfile="$REPORT_FILE" --report
|
||||
|
||||
if [[ -d "$OUTPUT_DIR" ]]; then
|
||||
test_file="$("$CPUID_TOOL" --load="$RAW_FILE" --brandstr | head -n1 | xargs | sed 's/([^)]*)//g' | sed -r 's/\s+/-/g' | tr '[:upper:]' '[:lower:]')"
|
||||
test_file="$("$CPUID_TOOL" --load="$RAW_FILE" --brandstr | head -n1 | sed -e 's/([^)]*)//g' -e 's/,//g' | cut -d'@' -f1 | xargs | sed -r 's/\s+/-/g' | tr '[:upper:]' '[:lower:]')"
|
||||
output_file="${OUTPUT_DIR}/${test_file}.test"
|
||||
echo -e "\033[1mCreating '$output_file' test file...\033[0m"
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue