mirror of https://github.com/VLSIDA/OpenRAM.git
Disable banner output during gitlab runner
This commit is contained in:
parent
7d8352a04d
commit
8be88d14a7
|
|
@ -163,6 +163,11 @@ class openram_test(unittest.TestCase):
|
|||
|
||||
|
||||
def header(filename, technology):
|
||||
# Skip the header for gitlab regression
|
||||
import getpass
|
||||
if getpass.getuser() == "gitlab-runner":
|
||||
return
|
||||
|
||||
tst = "Running Test for:"
|
||||
print("\n")
|
||||
print(" ______________________________________________________________________________ ")
|
||||
|
|
|
|||
Loading…
Reference in New Issue