Make smoke test check the final empdump -x
This commit is contained in:
parent
56a9d46ab1
commit
108c9408dc
3 changed files with 6249 additions and 3 deletions
|
@ -120,8 +120,8 @@ while (<>) {
|
|||
|
||||
print "$pfx$_\n";
|
||||
|
||||
if (/XDUMP (meta )?([-a-z0-9]+)/) {
|
||||
$dump = $2;
|
||||
if (/(XDUMP|^config) (meta )?([-a-z0-9]+)/) {
|
||||
$dump = $3;
|
||||
die unless $dump =~ /^[a-z]/;
|
||||
} elsif (/DUMP (SECTOR|SHIPS|PLANES|LAND UNITS|NUKES|LOST ITEMS) /) {
|
||||
$dump = $1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue