Skip to content

Commit

Permalink
Cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
smoretti committed Feb 10, 2022
1 parent 087b6b5 commit 252b389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run_test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
'TEST_NAME=' . $test_id,
'TMP=' . $ENV{'TMP'},
'MNET=' . $ENV{'MNET'},
'NCORE=' . $ENV{'NCORE'},
# 'NCORE=' . $ENV{'NCORE'},
);
push @cmd, $ENV{'INIT'} if $ENV{'INIT'};
push @cmd, $test_info{$test_id}{cmd};
Expand Down

0 comments on commit 252b389

Please sign in to comment.