浏览代码

ob-maxima-test.org: Fix maxima test

* testing/examples/ob-maxima-test.org: Silence maxima to suppress
  lines containing disturbing information.

(Actually this has already been fixed in the master branch some time ago.
I just noticed that the same issue is present on the maint branch.)
Marco Wahl 8 年之前
父节点
当前提交
5977aa7fc2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      testing/examples/ob-maxima-test.org

+ 1 - 0
testing/examples/ob-maxima-test.org

@@ -74,6 +74,7 @@ print(ms);
   :ID:       cc158527-b867-4b1d-8ae0-b8c713a90fd7
   :END:
 #+begin_src maxima :var s=test_tbl_mtr :results silent
+with_stdout("/dev/null", load(numericalio))$
 m: genmatrix (lambda([i,j], i+j-1), 3, 3)$
 write_data(m, "/dev/stdout")$
 #+end_src