synch with new regress target (I forgot to commit this)
This commit is contained in:
parent
0b8340b883
commit
3ad730108d
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
# $OpenBSD: portslogger,v 1.5 2001/07/26 14:53:53 espie Exp $
|
# $OpenBSD: portslogger,v 1.6 2001/10/05 07:26:50 espie Exp $
|
||||||
# Copyright (c) 2001 Marc Espie. All rights reserved.
|
# Copyright (c) 2001 Marc Espie. All rights reserved.
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
# modification, are permitted provided that the following conditions
|
# modification, are permitted provided that the following conditions
|
||||||
@ -92,6 +92,7 @@ while (<>) {
|
|||||||
if (m/^\=\=\=\>\s+(?:(?:Extracting|Applying distribution patches|\
|
if (m/^\=\=\=\>\s+(?:(?:Extracting|Applying distribution patches|\
|
||||||
Patching|Configuring|Building|Faking installation|Building package|\
|
Patching|Configuring|Building|Faking installation|Building package|\
|
||||||
Deinstalling|Cleaning|Dist cleaning|Checking files|\
|
Deinstalling|Cleaning|Dist cleaning|Checking files|\
|
||||||
|
Regression check|\
|
||||||
Registering installation)\s+for\s+(.*)|\
|
Registering installation)\s+for\s+(.*)|\
|
||||||
Returning to build of\s+(.*)|Installing\s+(.*?)\s+from)/o) {
|
Returning to build of\s+(.*)|Installing\s+(.*?)\s+from)/o) {
|
||||||
$ncontext = "$1$2$3"; # XXX only one alternative matches
|
$ncontext = "$1$2$3"; # XXX only one alternative matches
|
||||||
|
Loading…
x
Reference in New Issue
Block a user