sintonia/python_apps/media-monitor2/tests/run_tests.pl

8 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/;
}