mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-12 14:40:50 +02:00
test suite updates: highlight failed test scripts; optionally save failed test output; report number of successful tests; exit based on number of test failures; indent warning messages to make them stand out
This commit is contained in:
@@ -71,11 +71,13 @@ Shell options:
|
||||
-abefhkmnptuvxBCEHPT or -o option
|
||||
this-bash this-bash
|
||||
$- for -c includes c
|
||||
invocation1.sub
|
||||
bash: line 0: badopt: invalid shell option name
|
||||
checkwinsize:cmdhist:complete_fullquote:extquote:force_fignore:globasciiranges:globskipdots:hostcomplete:interactive_comments:patsub_replacement:progcomp:promptvars:sourcepath
|
||||
checkhash:checkwinsize:cmdhist:complete_fullquote:extquote:force_fignore:globasciiranges:globskipdots:hostcomplete:interactive_comments:patsub_replacement:progcomp:promptvars:sourcepath
|
||||
cmdhist:complete_fullquote:extquote:force_fignore:globasciiranges:globskipdots:hostcomplete:interactive_comments:patsub_replacement:progcomp:promptvars:sourcepath
|
||||
./invocation1.sub: line 40: BASHOPTS: readonly variable
|
||||
invocation2.sub
|
||||
braceexpand:hashall:interactive-comments
|
||||
braceexpand:hashall:interactive-comments
|
||||
hashall:interactive-comments
|
||||
@@ -83,6 +85,7 @@ hashall:interactive-comments
|
||||
braceexpand:hashall:interactive-comments:noglob
|
||||
braceexpand:hashall:interactive-comments:noglob
|
||||
./invocation2.sub: line 50: SHELLOPTS: readonly variable
|
||||
invocation3.sub
|
||||
for i in 1 2 3;
|
||||
do
|
||||
select var in a b c;
|
||||
|
||||
Reference in New Issue
Block a user