mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
tests: regressions: Allow non-exec stack test to be skipped.
Currently fails on aarch64 because of a buggy GCC.
This commit is contained in:
@@ -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});
|
||||
|
||||
Reference in New Issue
Block a user