Skip to content

Commit

Permalink
cider: use jq stage (#2342)
Browse files Browse the repository at this point in the history
Sorry, I overlooked Rachit's comment on the previous PR.
  • Loading branch information
ekiwi authored Nov 6, 2024
1 parent 42880f1 commit 1acc612
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions interp/tests/runt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ fud2 --from calyx --to dat \
--through cider \
-s sim.data={}.data \
-s calyx.args="--log off" \
{} | jq --sort-keys
-s jq.flags="--sort-keys" \
{}
"""

[[tests]]
Expand Down Expand Up @@ -280,7 +281,8 @@ timeout = 180
# --through cider \
# -s sim.data={}.data \
# -s calyx.args="--log off" \
# | jq --sort-keys
# -s jq.flags "--sort-keys " \
# {}
# """

# [[tests]]
Expand Down

0 comments on commit 1acc612

Please sign in to comment.