Skip to content

Commit

Permalink
Don't report error output (just PASS or FAIL).
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 9, 2009
1 parent 5d870da commit 07ddc74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unit_tests/run_tests.pl
Expand Up @@ -59,6 +59,7 @@ sub compare_files {
} else {
return (0, "Don't know how to do this module type");
}
$cmd .= '2>/dev/null 1>/dev/null';

if (system($cmd) != 0) {
unlink($output) if (-f $output);
Expand Down

0 comments on commit 07ddc74

Please sign in to comment.