Unit Tests
- All tests that sleep will now announce the duration of the sleep beforehand.
This commit is contained in:
@@ -56,6 +56,7 @@ my $output = qx{../task rc:hook.rc version};
|
||||
if ($output =~ /PUC-Rio/)
|
||||
{
|
||||
qx{../task rc:hook.rc add foo};
|
||||
diag ("1 second delay");
|
||||
sleep 1;
|
||||
$output = qx{../task rc:hook.rc list};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user