# HG changeset patch # User John W. Eaton # Date 1682616413 14400 # Node ID 5f5d8edbeb4f8df73a203f98e1e041da2716f5a3 # Parent 3b9305e62bb77ee6ace0fbef6c518e37fdab530a * mk-sparse-tst.sh: Fix name of script in comments and messages. diff -r 3b9305e62bb7 -r 5f5d8edbeb4f test/mk-sparse-tst.sh --- a/test/mk-sparse-tst.sh Thu Apr 27 13:25:01 2023 -0400 +++ b/test/mk-sparse-tst.sh Thu Apr 27 13:26:53 2023 -0400 @@ -28,15 +28,15 @@ # Some tests are commented out because they are known to be broken! # Search for "# fails" -# ./build-sparse-tests.sh preset +# ./mk-sparse-tst.sh preset # creates sparse.tst with preset tests. # Use "test sparse.tst" from octave to run the tests. # -# ./build-sparse-tests.sh random +# ./mk-sparse-tst.sh random # Creates sprandom.tst with randomly generated matrices. # Use "test sprandom.tst" from octave to run the tests. -# build-sparse-tests.sh generates tests for real and complex sparse matrices. +# mk-sparse-tst.sh generates tests for real and complex sparse matrices. # Also, we want to run both fixed tests with known outputs (quick tests) # and longer tests with unknown outputs (thorough tests). This requires # two sets of tests -- one which uses preset matrices and another which @@ -117,14 +117,14 @@ random) preset=false ;; preset) preset=true ;; '') preset=true ;; - *) echo "build-sparse-tests.sh random|preset" && exit 1 ;; + *) echo "mk-sparse-tst.sh random|preset" && exit 1 ;; esac # create initial file cat <