Skip to content
Snippets Groups Projects
Commit 20ac074f authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: Octave testing now also returns with an error if tests fail.

parent e217ac8a
No related branches found
No related tags found
1 merge request!1Initial functionality
Pipeline #11400 failed
......@@ -17,4 +17,7 @@
% along with this program. If not, see <https://www.gnu.org/licenses/>.
pkg load caosdb;
moxunit_runtests -verbose test_unittest.m;
test_result = moxunit_runtests("-verbose", "test_caosdb.m");
if not(test_result)
exit(1)
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment