Loading ravenwood/scripts/run-ravenwood-tests.sh +4 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ include_re="" exclude_re="" smoke_exclude_re="" dry_run="" while getopts "sx:f:d" opt; do while getopts "sx:f:dt" opt; do case "$opt" in s) # Remove slow tests. Loading @@ -51,6 +51,9 @@ case "$opt" in # Dry run dry_run="echo" ;; t) export RAVENWOOD_LOG_OUT=$(tty) ;; '?') exit 1 ;; Loading Loading
ravenwood/scripts/run-ravenwood-tests.sh +4 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ include_re="" exclude_re="" smoke_exclude_re="" dry_run="" while getopts "sx:f:d" opt; do while getopts "sx:f:dt" opt; do case "$opt" in s) # Remove slow tests. Loading @@ -51,6 +51,9 @@ case "$opt" in # Dry run dry_run="echo" ;; t) export RAVENWOOD_LOG_OUT=$(tty) ;; '?') exit 1 ;; Loading