Searched refs:run_extra_tests (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/bc/tests/
H A Dscripts.sh43 printf 'usage: %s [-n] dir [run_extra_tests] [run_stack_tests] [generate_tests] [time_tests] [exec args...]\n' "$script"
72 run_extra_tests="$1"
74 check_bool_arg "$run_extra_tests"
76 run_extra_tests=1
77 check_bool_arg "$run_extra_tests"
126 sh "$testdir/script.sh" "$d" "$f" "$run_extra_tests" "$run_stack_tests" \
130 sh "$testdir/script.sh" "$d" "$f" "$run_extra_tests" "$run_stack_tests" \
H A Dscript.sh47 printf 'usage: %s dir script [run_extra_tests] [run_stack_tests] [generate_tests] [time_tests] [exec args...]\n' "$script"
67 run_extra_tests="$1"
69 check_bool_arg "$run_extra_tests"
71 run_extra_tests=1
72 check_bool_arg "$run_extra_tests"
134 if [ "$run_extra_tests" -eq 0 ]; then

Completed in 102 milliseconds