[Pkg-octave-commit] [SCM] Debian packaging for octave-econometrics branch, master, updated. debian/1%1.0.8-4-3-g2f0fed9

Sébastien Villemot sebastien.villemot at ens.fr
Mon Mar 26 21:53:30 UTC 2012


The following commit has been merged in the master branch:
commit 01228ccca363520e8b59f82839d259e13ba26935
Author: Sébastien Villemot <sebastien.villemot at ens.fr>
Date:   Mon Mar 26 22:09:08 2012 +0200

    debian/check.m: initialize the random generator
    
    This ensures that the test is the same on all autobuilders

diff --git a/debian/check.m b/debian/check.m
index 7ee7586..fdab1d9 100644
--- a/debian/check.m
+++ b/debian/check.m
@@ -1,3 +1,7 @@
+## Initialize the random generator, to make sure the test is the same on
+## all autobuilders
+rand("state", 1)
+
 gmm_example
 mle_example
 nls_example

-- 
Debian packaging for octave-econometrics



More information about the Pkg-octave-commit mailing list