Commit 3ed8628
committed
quicktest: list SRs only once
The difference is not really measurable.
But I found out there is another pre-existing flag that can speed it up,
`-default-sr`. Then the leak checks are only done on that SR, and not all the
SRs.
So the best way is to run this (at least during development):
```
time ./quicktest.exe -run-only Quicktest_vm_lifecycle -skip-stress -default-sr
[...]
real 0m1.709s
```
Signed-off-by: Edwin Török <edwin.torok@citrix.com>1 parent 2234cc4 commit 3ed8628
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
365 | | - | |
366 | | - | |
367 | | - | |
| 365 | + | |
| 366 | + | |
368 | 367 | | |
369 | 368 | | |
370 | 369 | | |
| |||
0 commit comments