Merge pull request #483 in CASA/casa6 from CAS-13589 to master
* commit 'd4ad51392b85cd393a3a00fc31293daa6f199697':
removed import of casa tasks and rewoked test for resetSolveApply. The test was using the logging casatasks, but now no longer looks at the log files
Fixed output.ms not being caught by the clean up
Removed the conditions for casa5 and added the new data to the clean up
Imporved corrupt, smoothcal, and solve gainspline tests. Some tests were only checking for the creation of the dataset, so additional value comparisons were added. Corrupt was looking at the CORRECTED_DATA column instead of the MODEL_DATA column.
added the caibrater tools test to a new directory in casatools/tests
Changed the name of the reference cal library
remove some left over files after the test finishes
Updated the calibtater casatools test
fixed some failing test cases
Added tool test for the calibrater. The naming is up for change
Merge pull request #485 in CASA/casa6 from CAS-13628 to master
* commit 'd04d8bbc9132aa88798a20822bd79f2f50627587': CAS-13628: Add test for Dysco support CAS-13628 Enable Dysco storage manager
Merge pull request #487 in CASA/casa6 from CAS-13676 to master
* commit '6af834bc97da812177f861d5fcc206455219b9c3':
Revert Bash which to type mods
Remove File::Which Perl import from xml-casa
Replace which with "type -p" in xml-casa
Replace the rest of the which commands in configure.ac
Change "which" to "type" in configure.ac
Use type instead of which in mod-closure
changes to support anaconda build on RHEL8 (CAS-13676)
move grpc check after cfitsio (reason?) (CAS-13676)
add --enable-system-grpc configure flag to allow building with external grpc (CAS-13676)
Merge pull request #486 in CASA/casa6 from CAS-13645 to master
* commit '924f32be2aedea16d37e37b1e1942f577b7b87ee':
don't take empty dicts from sub-MS results, CAS-13645