On 09/27/2012 01:12 PM, Plamen Dimitrov wrote:
Signed-off-by: Plamen Dimitrov <[email protected]>
---
virttest/utils_test.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virttest/utils_test.py b/virttest/utils_test.py
index 5a1e732..3cfa758 100644
--- a/virttest/utils_test.py
+++ b/virttest/utils_test.py
@@ -1187,7 +1187,7 @@ def run_autotest(vm, session, control_path, timeout,
outputdir, params):
cmd = ("cd %s; tar cvjf %s %s/*" %
(autotest_parentdir, compressed_autotest_path, autotest_basename))
# Until we have nested virtualization, we don't need the kvm test :)
- cmd += " --exclude=%s/tests/kvm" % autotest_basename
+ cmd += " --exclude=%s/tests/virt/kvm" % autotest_basename
Better to exclude the virt test entirely. I've changed your patch and
commited it to next, good catch, thanks Plamen!
cmd += " --exclude=%s/results" % autotest_basename
cmd += " --exclude=%s/tmp" % autotest_basename
cmd += " --exclude=%s/control*" % autotest_basename
_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel