mirror of
https://git.proxmox.com/git/grub2
synced 2025-10-21 14:23:06 +00:00
29 lines
754 B
Diff
29 lines
754 B
Diff
From d94f49d43e7eacf7e407014df4d19040e6e035db Mon Sep 17 00:00:00 2001
|
|
From: Colin Watson <cjwatson@ubuntu.com>
|
|
Date: Mon, 13 Jan 2014 12:13:34 +0000
|
|
Subject: Don't run gettext_strings_test
|
|
|
|
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 | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
diff --git a/tests/gettext_strings_test.in b/tests/gettext_strings_test.in
|
|
index 5c305e7..15405cf 100644
|
|
--- a/tests/gettext_strings_test.in
|
|
+++ b/tests/gettext_strings_test.in
|
|
@@ -1,5 +1,8 @@
|
|
#!/bin/sh
|
|
|
|
+echo "Skipping upstream maintenance check."
|
|
+exit 77
|
|
+
|
|
cd '@srcdir@'
|
|
|
|
tdir="$(mktemp -d "${TMPDIR:-/tmp}/tmp.XXXXXXXXXX")"
|