X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/f07524546af1e340996d35f20fd1803e68756c02..db974c0a690f2044dcbc06446333837c3c3e1cec:/testsuite.at diff --git a/testsuite.at b/testsuite.at index 58fae65..f47ad86 100644 --- a/testsuite.at +++ b/testsuite.at @@ -1,4 +1,4 @@ -AT_COPYRIGHT([Copyright © 2020-2021, 2023 Nick Bowler]) +AT_COPYRIGHT([Copyright (C) 2020-2021, 2023-2024 Nick Bowler]) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -30,7 +30,8 @@ m4_divert_pop([PREPARE_TESTS]) AT_ARG_OPTION_ARG([random-seed], [AS_HELP_STRING([--random-seed=ARG], [Integer seed for randomized testing (default: auto)])], - [random_seed=$at_optarg], [random_seed=$RANDOM$$]) + [random_seed=$at_optarg], + [random_seed=`echo $RANDOM$$ | sed 's/\(........\).*/\1/'`])#' AT_ARG_OPTION_ARG([random-iterations], [AS_HELP_STRING([--random-iterations=N],