From 215ac10689df139cd2aa2dc77ee2aed256953c8e Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 9 Mar 2026 09:13:22 -0400 Subject: [PATCH] run-tests.m: update header comment You don't need to use my .octaverc, only the proper load paths. --- run-tests.m | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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'); -- 2.51.0