[Pkg-libvirt-commits] [libguestfs] 13/266: tests: regressions: Allow non-exec stack test to be skipped.
Hilko Bengen
bengen at moszumanska.debian.org
Fri Oct 3 14:41:31 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag debian/1%1.27.35-1
in repository libguestfs.
commit 9cdaaeee40384af47bb581c83407efac39090cb1
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Tue Jul 15 18:22:05 2014 +0000
tests: regressions: Allow non-exec stack test to be skipped.
Currently fails on aarch64 because of a buggy GCC.
---
tests/regressions/test-noexec-stack.pl | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tests/regressions/test-noexec-stack.pl b/tests/regressions/test-noexec-stack.pl
index 6de0b57..68bbb0b 100755
--- a/tests/regressions/test-noexec-stack.pl
+++ b/tests/regressions/test-noexec-stack.pl
@@ -18,6 +18,11 @@
use strict;
use warnings;
+if ($ENV{SKIP_TEST_NOEXEC_STACK_PL}) {
+ print "$0: skipped test because environment variable is set\n";
+ exit 77;
+}
+
die("NOEXEC_CHECK not set") unless(exists($ENV{NOEXEC_CHECK}));
my @files = split(/ /, $ENV{NOEXEC_CHECK});
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list