[Pkg-libvirt-commits] [libguestfs] 87/156: tests: regressions: Allow non-exec stack test to be skipped.
Hilko Bengen
bengen at moszumanska.debian.org
Sat Aug 30 08:26:01 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository libguestfs.
commit 0f1c1c012f26344382857e5a14e269941117cc24
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.
(cherry picked from commit 9cdaaeee40384af47bb581c83407efac39090cb1)
---
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