Changeset 784
- Timestamp:
- 07/30/07 14:22:20 (1 year ago)
- Files:
-
- honeyclient/trunk/lib/HoneyClient/Manager/VM.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/trunk/lib/HoneyClient/Manager/VM.pm
r773 r784 518 518 diag("Note: These extended tests will take *significant* time to complete (10-30 minutes)."); 519 519 520 my$question = prompt("# Do you want to run extended tests?", "no");520 $question = prompt("# Do you want to run extended tests?", "no"); 521 521 if ($question !~ /^y.*/i) { 522 522 exit;
