1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-03 14:32:22 +02:00
Andrew Gallant ee21897ebd tests: make 'cross test' work
The reason why it wasn't working was the integration tests. Namely, the
integration tests attempted to execute the 'rg' binary directly from
inside cross's docker container. But this obviously doesn't work when
'rg' was compiled for a totally different architecture.

Cross normally does this by hooking into the Rust test infrastructure
and causing tests to run with 'qemu'. But our integration tests didn't
do that. This commit fixes our test setup to check for cross's
environment variable that points to the 'qemu' binary. Once we have
that, we just use 'qemu-foo rg' instead of 'rg'. Piece of cake.
2020-02-20 16:07:51 -05:00
..
2020-02-17 19:24:53 -05:00
2020-02-17 19:24:53 -05:00
2018-08-20 07:10:19 -04:00
2020-02-17 19:24:53 -05:00
2020-02-17 19:24:53 -05:00
2020-02-17 19:24:53 -05:00
2020-02-17 19:24:53 -05:00
2020-02-17 19:24:53 -05:00
2020-02-20 16:07:51 -05:00