It is tiresome to try to create a test db for playing with and have to
wait for a big copy.  Better to create a small one by default; if the
user has forgotten to specify a minflight, they can always drop it and
run it again.

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 mg-schema-test-database | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mg-schema-test-database b/mg-schema-test-database
index e95b6c5..892e41a 100755
--- a/mg-schema-test-database
+++ b/mg-schema-test-database
@@ -230,7 +230,7 @@ create)
        #---------- argument parsing ----------
 
        tasks=''
-       minflight=-1000
+       minflight=-100
        for arg in "$@"; do
                case "$arg" in
                *@*)
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to