Commit 757ac916 authored by canterburym's avatar canterburym
Browse files

Issue with compile test failure

parent 610391d8
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -99,6 +99,7 @@ def processResults (results, stageName):
    for filename, result in results.items():
        print(f" {filename:.<55}{'..OK' if result['ok'] else 'FAIL'}")
        if not result['ok']:
            print (result)
            if isinstance(result['message'], list):
                for thing in result['message']:
                    print(f"    {thing['message']}")