Commit 9b0e2408 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Printing detected branch

parent 1ac4759f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -217,7 +217,7 @@ if __name__ == "__main__":
        if REF is None:
            sys.exit(-1)
        COMMIT_ID = REF
        print("Using git ref: {} ({})".format(COMMIT_ID, REF_TYPE, BRANCH))
        print("Using git ref: {} ({}) on branch {}".format(COMMIT_ID, REF_TYPE, BRANCH))


    print("Generating entire SOL tests")