artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52154eb
)
use more specific regression testing knob
author
espie
<espie@openbsd.org>
Sat, 7 Oct 2023 09:09:07 +0000
(09:09 +0000)
committer
espie
<espie@openbsd.org>
Sat, 7 Oct 2023 09:09:07 +0000
(09:09 +0000)
usr.sbin/pkg_add/OpenBSD/PkgCreate.pm
patch
|
blob
|
history
diff --git
a/usr.sbin/pkg_add/OpenBSD/PkgCreate.pm
b/usr.sbin/pkg_add/OpenBSD/PkgCreate.pm
index
4ce2a45
..
402d015
100644
(file)
--- a/
usr.sbin/pkg_add/OpenBSD/PkgCreate.pm
+++ b/
usr.sbin/pkg_add/OpenBSD/PkgCreate.pm
@@
-1,6
+1,6
@@
#! /usr/bin/perl
# ex:ts=8 sw=4:
-# $OpenBSD: PkgCreate.pm,v 1.19
5 2023/07/20 17:56:3
7 espie Exp $
+# $OpenBSD: PkgCreate.pm,v 1.19
6 2023/10/07 09:09:0
7 espie Exp $
#
# Copyright (c) 2003-2014 Marc Espie <espie@openbsd.org>
#
@@
-1684,7
+1684,7
@@
sub run_command($self, $state)
}
$state->{stash} = {};
- if ($state->{bad} && !$state->
defines('REGRESSION_TESTING')
) {
+ if ($state->{bad} && !$state->
{regression}{plist_checks}
) {
$state->fatal("can't continue");
}
$state->{bad} = 0;