Code Review
/
kvmfornfv.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
migration: do cleanup operation after completion
[kvmfornfv.git]
/
qemu
/
tests
/
qemu-iotests-quick.sh
1
#!/bin/sh
2
3
cd tests/qemu-iotests
4
5
ret=0
6
TEST_DIR=${TEST_DIR:-/tmp/qemu-iotests-quick-$$} ./check -T -qcow2 -g quick || ret=1
7
8
exit $ret