sintonia/python_apps/media-monitor/mm2/tests/run_tests.pl

7 lines
142 B
Perl
Executable file

#!/usr/bin/perl
use strict;
use warnings;
foreach my $file (glob "*.py") {
system("python $file") unless $file =~ /prepare_tests.py/;
}