Skip to content

Commit

Permalink
modify ctest script
Browse files Browse the repository at this point in the history
  • Loading branch information
dsambit committed Feb 11, 2024
1 parent 6f07117 commit 513f5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/scripts/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ case $STAGE in
# - [space][tab][newline]=,:;<>[](){}^ as separators between
# numbers
#
"${NUMDIFF_EXECUTABLE}" -a 1e-6 -r 1e-8 -s ' \t\r\n=,:;<>[](){}^' \
"${NUMDIFF_EXECUTABLE}" -a 1e-8 -s ' \t\r\n=,:;<>[](){}^' \
"${file}" output > diff${variant}

if [ $? -eq 0 ]; then
Expand Down

0 comments on commit 513f5a4

Please sign in to comment.