[PATCH 1/2] tests: fix REGENERATE test-wrap-argv.py usage

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The path needs to be adjusted for the new script location

Signed-off-by: Cole Robinson <crobinso@xxxxxxxxxx>
---
 tests/testutils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/testutils.c b/tests/testutils.c
index 9312ff761e..a8215afa42 100644
--- a/tests/testutils.c
+++ b/tests/testutils.c
@@ -433,7 +433,7 @@ virTestRewrapFile(const char *filename)
         return -1;
     }
 
-    script = g_strdup_printf("%s/test-wrap-argv.py", abs_srcdir);
+    script = g_strdup_printf("%s/scripts/test-wrap-argv.py", abs_top_srcdir);
 
     cmd = virCommandNewArgList(python, script, "--in-place", filename, NULL);
     if (virCommandRun(cmd, NULL) < 0)
-- 
2.23.0

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux