Closed gicmo closed 7 years ago
Now we need to figure out why Appveyor tests are succeeding.
@achilleas-k Appveyor is not building the FS backend, and that is the only backend that was/is failing. Good question why the HDF5 one is not.
So like Travis, the test in Appveyor does fail, but the build succeeds.
I think the problem is with the build_script block. It's a single command block, which means that even if the ctest
line fails, the next command will execute and if the last one succeeds, the whole block succeeds.
We need to either separate each command on its own line or move the tests to the test_script
block.
So are we good to merge this and then open the PR to fix the issues?
Tested the failed didn't make the CI fail (#681). Also PR #679 introduced a regression for entity access in ReadOnly mode; we also lacked a test for that.