1
0
mirror of synced 2026-04-15 23:51:03 +00:00

New xen-delete-image option --no-xen-ok for disabling xenRunning tests

This commit is contained in:
Axel Beckert
2012-11-27 23:52:02 +01:00
parent 4c3e4abff7
commit 00bb137012
2 changed files with 6 additions and 4 deletions

View File

@@ -75,7 +75,7 @@ close( IMAGE );
# So we need to run the deletion script and verify the images
# are removed correctly.
#
`perl -I./lib -I../lib ./bin/xen-delete-image --test --dir=$dir $hostname`;
`perl -I./lib -I../lib ./bin/xen-delete-image --test --no-xen-ok --dir=$dir $hostname`;
#