Skip to content

Commit

Permalink
[PyCDE] Fixing ESI manifest test for builders without GitPython
Browse files Browse the repository at this point in the history
FileCheck line assumed that repo and commitHash were filled in, which
they wouldn't be if GitPython isn't installed.
  • Loading branch information
teqdruid committed Jan 21, 2024
1 parent 26cf76c commit 7c3c6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/PyCDE/test/test_esi.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class HostComms:
from_host = TestFromBundle


# CHECK: esi.manifest.sym @LoopbackInOutTop name "LoopbackInOut" repo "{{.+}}" commit "{{.+}}" version "0.1" {bar = "baz", foo = 1 : i64}
# CHECK: esi.manifest.sym @LoopbackInOutTop name "LoopbackInOut" {{.*}}version "0.1" {bar = "baz", foo = 1 : i64}


# CHECK-LABEL: hw.module @LoopbackInOutTop(in %clk : !seq.clock, in %rst : i1)
Expand Down

0 comments on commit 7c3c6c8

Please sign in to comment.