git: 750ae32b9e60 - main - stress2: Initialize variable
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 May 2023 08:35:13 UTC
The branch main has been updated by pho: URL: https://cgit.FreeBSD.org/src/commit/?id=750ae32b9e601cc0091ca0c1c67bfcc21428ade2 commit 750ae32b9e601cc0091ca0c1c67bfcc21428ade2 Author: Peter Holm <pho@FreeBSD.org> AuthorDate: 2023-05-27 08:34:48 +0000 Commit: Peter Holm <pho@FreeBSD.org> CommitDate: 2023-05-27 08:34:48 +0000 stress2: Initialize variable --- tools/test/stress2/default.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test/stress2/default.cfg b/tools/test/stress2/default.cfg index f7748b55fa04..bff7f3f168a9 100644 --- a/tools/test/stress2/default.cfg +++ b/tools/test/stress2/default.cfg @@ -88,6 +88,7 @@ checkfs () { # BMODE=1 ./all.sh -on `grep -lw mycc *.sh` # BMODE=2 STRESS2BIN=/home/pho/stress2/bin.i386.r276368 ./all.sh +BMODE=${BMODE:-0} CC=${CC:-cc} top=`dirname $(pwd)` # cwd for the all.sh script STRESS2BIN=${STRESS2BIN:-$top/bin}