.
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=148
This commit is contained in:
@@ -20,7 +20,7 @@ echo Any output from any test, unless otherwise noted, indicates a possible anom
|
||||
for x in run-*
|
||||
do
|
||||
case $x in
|
||||
$0|run-all|run-minimal|run-gprof|run-jobs|run-ifs-posix) ;;
|
||||
$0|run-all|run-minimal|run-gprof|run-jobs) ;;
|
||||
*.orig|*~) ;;
|
||||
*) echo $x ; sh $x ;;
|
||||
esac
|
||||
@@ -40,4 +40,8 @@ time while ((count-- > 0)) ; do
|
||||
${THIS_SH} -c $tmp
|
||||
done
|
||||
echo '#########################'
|
||||
set -x
|
||||
read -t1 < /dev/tty
|
||||
set +x
|
||||
echo '#########################'
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user