diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-02-01 21:58:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-01 21:58:18 +0100 |
| commit | f4582b67f10e5cdbe13ef3f3112c709e950d2190 (patch) | |
| tree | 57fc5ae2982bb33693550f32fe3330be6c8f6b7b | |
| parent | 257f5f77b3c84d9882f6f6b32a93d18ba9db3b40 (diff) | |
Add --private option to run/tests script.
| -rwxr-xr-x | run/tests | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -30,6 +30,11 @@ while [[ $# -gt 0 ]]; do type="callgrind" shift ;; + --private) + private=$2 + shift + shift + ;; *) break ;; |
