mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 11:19:50 +03:00
30 lines
921 B
Diff
30 lines
921 B
Diff
--- a/tests/runtests.sh
|
|
+++ b/tests/runtests.sh
|
|
@@ -8,7 +8,7 @@
|
|
"test-domain-define-undefine"
|
|
"test-domain-define-create-destroy"
|
|
"test-domain-create" "test-domain-create-and-get-xpath" "test-domain-create-and-coredump"
|
|
- "test-install" "test-get-models" "test-get-models-unsupported-hw" "test-domain-create-get-metadata"
|
|
+ "test-install" "test-get-models-unsupported-hw" "test-domain-create-get-metadata"
|
|
)
|
|
|
|
run_test()
|
|
@@ -41,12 +41,12 @@
|
|
fi
|
|
done
|
|
|
|
-qemu-img create -f qcow2 /tmp/example-test.qcow2 1M > /dev/null
|
|
-run_test "test-domain-snapshot" $nf; ret="$?"
|
|
-if [ "x$ret" == "x1" ]; then
|
|
- error=1
|
|
-fi
|
|
-rm -f /tmp/example-test.qcow2
|
|
+#qemu-img create -f qcow2 /tmp/example-test.qcow2 1M > /dev/null
|
|
+#run_test "test-domain-snapshot" $nf; ret="$?"
|
|
+#if [ "x$ret" == "x1" ]; then
|
|
+# error=1
|
|
+#fi
|
|
+#rm -f /tmp/example-test.qcow2
|
|
|
|
if [ "x$error" == "x0" ]; then
|
|
echo "All tests passed successfully"
|