Skip to content

Commit

Permalink
new3
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed May 3, 2024
1 parent 8addefc commit 9f03722
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/testAll.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ if [[ $? -ne 0 ]]; then
RVAL=$((64+RVAL))
fi
# Remove 'ncall' column and round values, since it fails on GitHub tests
echo "Running test of output/test_dfit_local.dfit.gz by gzip -t output/test_dfit_local.dfit.gz "
gzip -t output/test_dfit_local.dfit.gz
zcat output/test_dfit_local.dfit.gz | cut -f 1-6,8- | head -n 10 | numfmt -d $'\t' --header --format='%.2f' --field=2- --invalid=ignore > output/test_dfit_local.dfit.fix

echo "Running dfit local (10 threaded)"
Expand Down

0 comments on commit 9f03722

Please sign in to comment.