]>
git.saurik.com Git - apple/dyld.git/blob - unit-tests/bin/exit-non-zero-pass.pl
149724fef17c3042b39a18fd99c53e509ac6f1db
7 my ($format, $args) = @_;
10 printf("PASS \"$format\"\n", @$args);
15 my ($format, $args) = @_;
18 printf("FAIL \"$format\"\n", @$args);
21 my $pass_string = shift @ARGV;
22 my $fail_string = shift @ARGV;
24 if(0 != system(@ARGV))