Cmake:
- adapted makefile and unit tests to new place of test dir
This commit is contained in:
@@ -56,9 +56,9 @@ eval
|
||||
{
|
||||
$SIG{'ALRM'} = sub {die "alarm\n"};
|
||||
alarm 10;
|
||||
my $output = qx{../task rc:hang.rc list;
|
||||
../task rc:hang.rc add due:today recur:1d infinite loop;
|
||||
../task rc:hang.rc info 1};
|
||||
my $output = qx{../src/task rc:hang.rc list;
|
||||
../src/task rc:hang.rc add due:today recur:1d infinite loop;
|
||||
../src/task rc:hang.rc info 1};
|
||||
alarm 0;
|
||||
|
||||
like ($output, qr/^Description\s+infinite loop\n/m, 'no hang');
|
||||
|
||||
Reference in New Issue
Block a user