Skip to content

Move sanity/speed/bash tests all into _YDBAIMTEST.m so we have all AIM tests in one place

Narayanan Iyer requested to merge nars1/YDBAIM:gvsuboflow into master
  • All tests run by test.sh now go through _YDBAIMTEST.m. Previously they used to go through 3 M routines and various bash scripts producing a lot of cluttered output that was hard to read.

  • The bash test is moved as a unit test which does a zsystem of a new shell script (run_bash_tests.sh) and checks the $zsystem value is 0 (normal exit).

  • The new output is a lot more easy to understand.

Merge request reports