mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-18 16:25:05 +08:00
performtest: use -u with diff
Unified diffs are the only sane option. When calling diff, pass the -u option. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
13d9d869a5
commit
9c209cc256
@ -100,7 +100,7 @@ sub perform {
|
||||
if($diff) {
|
||||
for(@failedfiles) {
|
||||
if($_ eq $stdoutfile or $_ eq $stderrfile) {
|
||||
system "diff golden/$testname/$subname/$_ $outputdir/$testname/$subname/$_";
|
||||
system "diff -u golden/$testname/$subname/$_ $outputdir/$testname/$subname/$_";
|
||||
print "\n";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user