Commit graph

6 commits

Author SHA1 Message Date
Aleksey Kladov a64df78ea6 Relax tests for windows
On windows, clap prints `cargo.exe` rather than just `cargo`.
2018-03-10 18:46:32 +03:00
Aleksey Kladov 6783272a82 Fix more tests by updating error messages 2018-03-08 23:31:56 +03:00
Aleksey Kladov 4d3ca92150 Use exit code 1 for command line parsing errors
Note that while we use 101 in majority of cases, sometimes we use 1 as
well.
2018-03-08 23:31:56 +03:00
Aleksey Kladov 7bf1619c01 Move run to clap 2018-03-08 23:30:47 +03:00
Aleksey Kladov 96a4aa836e Drop ignored tests 2018-03-06 23:28:52 +03:00
André Rocha c2ff988c9f Reorganize integration tests as one crate with many modules. Issue #4867. 2018-02-21 13:33:51 -05:00
Renamed from tests/run.rs (Browse further)