mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
perltidy
This commit is contained in:
parent
63ae7a4ffa
commit
f95a6a5ba8
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ my $abs_bindir = File::Spec->rel2abs($bindir);
|
|||
|
||||
# Whether to use prove instead of runprove.
|
||||
my $use_prove = $ENV{FCS_USE_TEST_RUN} ? 0 : 1;
|
||||
my $num_jobs = $ENV{TEST_JOBS};
|
||||
my $num_jobs = $ENV{TEST_JOBS};
|
||||
|
||||
sub _is_parallized
|
||||
{
|
||||
|
@ -133,7 +133,7 @@ sub myglob
|
|||
);
|
||||
|
||||
my $is_ninja = ( -e "build.ninja" );
|
||||
my $MAKE = $IS_WIN ? 'gmake' : 'make';
|
||||
my $MAKE = $IS_WIN ? 'gmake' : 'make';
|
||||
if ($is_ninja)
|
||||
{
|
||||
system( "ninja", "pretest" );
|
||||
|
|
Loading…
Add table
Reference in a new issue