Skip to content

Commit

Permalink
additional test of oredere forge output
Browse files Browse the repository at this point in the history
  • Loading branch information
stschiff committed Jun 3, 2024
1 parent b785fd1 commit 9dcfec9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions test/PoseidonGoldenTests/GoldenTestCheckSumFile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ c3ea6ad176514659f44ffb71291117d0 forge forge/ForgePac16/ForgePac16.janno
4e3c2fcf7c1f3b2de916666c3abdd53c forge forge/ForgePac17/ForgePac17.janno
8ad890117500b83c206729a8126d8a51 forge forge/ForgePac18/ForgePac18.janno
3fc77f5a5b83ac4fc7b082c9b3ee4ba1 forge forge/ForgePac18/ForgePac18.fam
842885ffe256819b264991384020c2ac forge forge/ForgePac18/ForgePac18.bed
d4a05cfef045648238a94a9d621cf667 chronicle chronicle/chronicle1.yml
b43da4d5734371c0648553120f812466 timetravel timetravel/Lamnidis_2018-1.0.0/POSEIDON.yml
8d57ce1a1ab28c0d8a5f391dd790a59c timetravel timetravel/Lamnidis_2018-1.0.1/POSEIDON.yml
Expand Down
14 changes: 7 additions & 7 deletions test/PoseidonGoldenTests/GoldenTestData/chronicle/chronicle2.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
title: Chronicle title
description: Chronicle description
chronicleVersion: 0.2.0
lastModified: 2024-05-31
lastModified: 2024-06-03
packages:
- title: Lamnidis_2018
version: 1.0.0
commit: dde5529c401e8e0d41b3a77674ff989ab56199e5
commit: bd7522f6a38ae1683be69e66ac33ffc79ca7737f
path: Lamnidis_2018
- title: Lamnidis_2018
version: 1.0.1
commit: dde5529c401e8e0d41b3a77674ff989ab56199e5
commit: bd7522f6a38ae1683be69e66ac33ffc79ca7737f
path: Lamnidis_2018_newVersion
- title: Schiffels
version: 1.1.1
commit: 14c9e3b0d6e9cd27c6de9e248cd5a2833992e8d2
commit: b03d74fd3bc286b10fd9edfdedeec1d35fc21e24
path: Schiffels
- title: Schiffels_2016
version: 1.0.1
commit: dde5529c401e8e0d41b3a77674ff989ab56199e5
commit: bd7522f6a38ae1683be69e66ac33ffc79ca7737f
path: Schiffels_2016
- title: Schmid_2028
version: 1.0.0
commit: dde5529c401e8e0d41b3a77674ff989ab56199e5
commit: bd7522f6a38ae1683be69e66ac33ffc79ca7737f
path: Schmid_2028
- title: Wang_2020
version: 0.1.0
commit: dde5529c401e8e0d41b3a77674ff989ab56199e5
commit: bd7522f6a38ae1683be69e66ac33ffc79ca7737f
path: Wang_2020
3 changes: 2 additions & 1 deletion test/PoseidonGoldenTests/GoldenTestsRunCommands.hs
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,8 @@ testPipelineForge testDir checkFilePath = do
let action18 = testLog (runForge forgeOpts18) >> patchLastModified testDir ("forge" </> "ForgePac18" </> "POSEIDON.yml")
runAndChecksumFiles checkFilePath testDir action18 "forge" [
"forge" </> "ForgePac18" </> "ForgePac18.janno",
"forge" </> "ForgePac18" </> "ForgePac18.fam"
"forge" </> "ForgePac18" </> "ForgePac18.fam",
"forge" </> "ForgePac18" </> "ForgePac18.bed"
]

testPipelineChronicleAndTimetravel :: FilePath -> FilePath -> IO ()
Expand Down

0 comments on commit 9dcfec9

Please sign in to comment.