Commit 67d5cad
committed
Use a more stable path to the diesel executable in tests
The test executable has moved from `target/debug/test_exe` to
`target/debug/deps/test_exe`, while the diesel executable is still in
the same directory as before. Rather than relying on this unstable
relationship, we can at least lower our surface area of change by only
relying on the path to the diesel executable. It should be fine to rely
on just `debug` here, as you would never cross-compile tests.1 parent 54fba08 commit 67d5cad
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
0 commit comments