Skip to content

Commit

Permalink
Update testAll.sh
Browse files Browse the repository at this point in the history
see message for previous commit
  • Loading branch information
RAHenriksen authored May 6, 2024
1 parent 8d8e478 commit 2b38971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testAll.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ echo -ne "Return value of test $?\nWill now run gunzip -c output/test_dfit_local


zcat output/test_dfit_local.dfit.gz > tmp.txt
cat tmp.txt | head -n 10 > tmp2.txt
head -n 10 tmp.txt > tmp2.txt
rm tmp.txt
cut -f 1-6,8- tmp2.txt| numfmt -d $'\t' --header --format='%.2f' --field=2- --invalid=ignore > output/test_dfit_local.dfit.fix
rm tmp2.txt
Expand Down

0 comments on commit 2b38971

Please sign in to comment.