Make smoke test check the final empdump -x

This commit is contained in:
Markus Armbruster 2012-08-12 20:54:34 +02:00
parent 56a9d46ab1
commit 108c9408dc
3 changed files with 6249 additions and 3 deletions

View file

@ -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;