changeset 23168:d7ea2662a7a8 stable

* __run_test_suite__.m: fix typo in return values.
author Colin Macdonald <cbm@m.fsf.org>
date Mon, 06 Feb 2017 12:37:04 -0800
parents c7fb1f95842e
children 6f2164303aac 6e7f8a92a852
files scripts/testfun/__run_test_suite__.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/testfun/__run_test_suite__.m	Tue Feb 07 21:32:40 2017 -0800
+++ b/scripts/testfun/__run_test_suite__.m	Mon Feb 06 12:37:04 2017 -0800
@@ -122,10 +122,10 @@
   end_unwind_protect
 
   if (nargout > 0)
-    pass = np;
+    pass = dp;
     fail = nfail;
     xfail = dxf;
-    skip = xsk;
+    skip = dsk;
   endif
 
 endfunction