* tests/grub_script_expansion.in: Skip network protocols.
This commit is contained in:
parent
ecfc6207d6
commit
f57c84cd60
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2012-06-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* tests/grub_script_expansion.in: Skip network protocols.
|
||||||
|
|
||||||
2012-06-08 Vladimir Serbinenko <phcoder@gmail.com>
|
2012-06-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* tests/util/grub-shell.in: Use escc-ch-a port on ppc.
|
* tests/util/grub-shell.in: Use escc-ch-a port on ppc.
|
||||||
|
|
|
@ -17,7 +17,7 @@ set -e
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with GRUB. If not, see <http://www.gnu.org/licenses/>.
|
# along with GRUB. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
disks=`echo ls | @builddir@/grub-shell`
|
disks=`echo ls | @builddir@/grub-shell| grep -v '^Network protocols:$'| grep -v '^tftp http $'`
|
||||||
other=`echo insmod regexp\; echo \* | @builddir@/grub-shell`
|
other=`echo insmod regexp\; echo \* | @builddir@/grub-shell`
|
||||||
for d in $disks; do
|
for d in $disks; do
|
||||||
if echo "$d" |grep ',' >/dev/null; then
|
if echo "$d" |grep ',' >/dev/null; then
|
||||||
|
|
Loading…
Reference in a new issue