File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -34,22 +34,7 @@ before_script:
34
34
export DEP_OPENSSL_INCLUDE=$(brew --prefix openssl)/include &&
35
35
export PKG_CONFIG_PATH=/usr/local/opt/icu4c/lib/pkgconfig
36
36
37
- # Temporary(?) hack: `cargo test` on OSX fails since it runs the test programs
38
- # with DYLD_LIBRARY_PATH set (see cargo:
39
- # src/cargo/ops/cargo_rustc/compilation.rs:fill_env()), which in our case
40
- # interacts poorly with the fact that one of the system frameworks uses an
41
- # internal version of libpng that clashes with the one provided by Homebrew
42
- # (see, e.g.,
43
- # http://stackoverflow.com/questions/17643509/conflict-between-dynamic-linking-priority-in-osx).
44
- # This is Cargo issue #3366 on GitHub.
45
- #
46
- # The test programs work if we just run them manually. So, do that. This is
47
- # not awesome since it won't scale well at all as we add more test runner
48
- # programs.
49
-
50
37
script :
51
38
- |
52
39
cargo build --verbose &&
53
- cargo test --no-run &&
54
- target/debug/tex_outputs-???????????????? &&
55
- target/debug/trip-????????????????
40
+ cargo test
You can’t perform that action at this time.
0 commit comments