From: Michael Orlitzky Date: Mon, 9 Mar 2026 13:13:22 +0000 (-0400) Subject: run-tests.m: update header comment X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=215ac10689df139cd2aa2dc77ee2aed256953c8e;p=octave.d.git run-tests.m: update header comment You don't need to use my .octaverc, only the proper load paths. --- diff --git a/run-tests.m b/run-tests.m index 256f191..16c8c9f 100755 --- a/run-tests.m +++ b/run-tests.m @@ -1,9 +1,8 @@ #!/usr/bin/octave --silent # -# You'll need to use the .octaverc in this directory to get the proper -# paths. You can pass it an integer on the command-line to specify how -# many times we should run the test suite in succession. The default -# is 1. +# See the .octaverc in this directory for the required load paths. You +# can pass this script an integer on the command-line to specify how +# many times we should repeat the test suite. The default is 1. # addpath('./optimization/test_functions');