Skip to content

Commit

Permalink
fix journeytests and enforce using the latest version
Browse files Browse the repository at this point in the history
panic-output changed
  • Loading branch information
Byron committed Oct 8, 2023
1 parent 760d451 commit dbbd148
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- name: Setup dependencies
run:
Expand Down
3 changes: 2 additions & 1 deletion tests/snapshots/panic-behaviour/expected-failure
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
thread 'main' panicked at 'something went very wrong', src/porcelain/main.rs:41:42
thread 'main' panicked at src/porcelain/main.rs:41:42:
something went very wrong
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
3 changes: 2 additions & 1 deletion tests/snapshots/panic-behaviour/expected-failure-in-thread
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
thread 'main' panicked at 'something went very wrong', src/porcelain/main.rs:41:42
thread 'main' panicked at src/porcelain/main.rs:41:42:
something went very wrong
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[?1049h[?25lthread '<unnamed>' panicked at 'something went very wrong', src/porcelain/main.rs:41:42
[?1049h[?25lthread '<unnamed>' panicked at src/porcelain/main.rs:41:42:
something went very wrong
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[?25h[?1049l

0 comments on commit dbbd148

Please sign in to comment.