virsh-synopsis takes even longer than virsh-all which is
already makred as expensive.
---
tests/virsh-optparse | 2 ++
tests/virsh-synopsis | 2 ++
2 files changed, 4 insertions(+)
diff --git a/tests/virsh-optparse b/tests/virsh-optparse
index cbd6c30..cb0f3d4 100755
--- a/tests/virsh-optparse
+++ b/tests/virsh-optparse
@@ -19,6 +19,8 @@
. "$(dirname $0)/test-lib.sh"
+test_expensive
+
# If $abs_top_builddir/tools is not early in $PATH, put it there,
# so that we can safely invoke "virsh" simply with its name.
case $PATH in
diff --git a/tests/virsh-synopsis b/tests/virsh-synopsis
index d0d1197..60446dc 100755
--- a/tests/virsh-synopsis
+++ b/tests/virsh-synopsis
@@ -19,6 +19,8 @@
. "$(dirname $0)/test-lib.sh"
+test_expensive
+
if test "$VERBOSE" = yes; then
set -x
$abs_top_builddir/tools/virsh --version
--
2.7.3