]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
mg-schema-test-database: Fix following host_lifecycle
authorIan Jackson <iwj@xenproject.org>
Tue, 27 Apr 2021 17:49:28 +0000 (18:49 +0100)
committerIan Jackson <iwj@xenproject.org>
Tue, 27 Apr 2021 17:57:48 +0000 (18:57 +0100)
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 <iwj@xenproject.org>
mg-schema-test-database

index eab0746e43c80cbb3669daa3e4ccabb3aa0884a9..df83b65a95055e1b36eea08f3a0473600421c508 100755 (executable)
@@ -482,6 +482,7 @@ END
        for table in $tables; do
                case $table in
                schema_updates) continue ;;
+               host_lifecycle) continue ;;
                esac
                case " $ftables " in
                *" $table "*)