Skip to content

Commit e812dd5

Browse files
author
Steve Ramage
committed
Passing tests
1 parent 625f27a commit e812dd5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/test/kotlin/net/sjrx/intellij/plugins/systemdunitfiles/semanticdata/optionvalues/OptionValueTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class OptionValueTest : AbstractUnitFileTest() {
3535

3636
println("Missing:$totalMissingValidators")
3737
println("Found:$totalFoundValidators")
38-
val allowed = 1179
38+
val allowed = 1182
3939
if (totalMissingValidators >= allowed) {
4040
assertEquals("Number of missing validators is too high at ${totalMissingValidators} > $allowed vs. found ${totalFoundValidators}", sortedList, "")
4141
}

systemd-build/Systemd-Builder.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ ENV BUILDDATE ${BUILDDATE:-notset}
2121
RUN git pull
2222

2323
# https://github.com/systemd/systemd/commit/8442ac9c0264ac7beb5afd6c3bf922030a6edaf3
24+
# TODO I think this can be removed we had to upgrade to ubuntu 24.04 and this was something with an old version of the build tool in ubuntu 22.04
2425
RUN find . -type f -name meson.build -exec sed -i 's/install_emptydir(\(.*\), install_tag : .*)/install_emptydir(\1)/g' '{}' '+'
2526

2627
RUN meson setup build

0 commit comments

Comments
 (0)