]> git.proxmox.com Git - grub2.git/commitdiff
Don't run gettext_strings_test
authorColin Watson <cjwatson@ubuntu.com>
Mon, 13 Jan 2014 12:13:34 +0000 (12:13 +0000)
committerColin Watson <cjwatson@debian.org>
Fri, 4 Sep 2015 11:03:45 +0000 (12:03 +0100)
This test is mainly useful as an upstream maintenance check.

Forwarded: not-needed
Last-Update: 2013-12-23

Patch-Name: skip_gettext_strings_test.patch

tests/gettext_strings_test.in

index 5c305e75b7e9583f6be8a23d389051cf1fe2c243..15405cfcd8e11f6d899fe8679fcbe86f2d59967b 100644 (file)
@@ -1,5 +1,8 @@
 #!/bin/sh
 
+echo "Skipping upstream maintenance check."
+exit 77
+
 cd '@srcdir@'
 
 tdir="$(mktemp -d "${TMPDIR:-/tmp}/tmp.XXXXXXXXXX")"