From: Ian Jackson Date: Tue, 27 Apr 2021 17:49:28 +0000 (+0100) Subject: mg-schema-test-database: Fix following host_lifecycle X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a813ddc4e285291b3e680dcc849a4b6686468a97;p=osstest.git mg-schema-test-database: Fix following host_lifecycle This data doesn't really survive, since the tasks are all mangled. Rather than trying to transpose it, just don't transfer it for now. Signed-off-by: Ian Jackson --- diff --git a/mg-schema-test-database b/mg-schema-test-database index eab0746..df83b65 100755 --- a/mg-schema-test-database +++ b/mg-schema-test-database @@ -482,6 +482,7 @@ END for table in $tables; do case $table in schema_updates) continue ;; + host_lifecycle) continue ;; esac case " $ftables " in *" $table "*)