cargo/tests
Alex Crichton 3b0cf780b4 Shorten the cargo integration test directory name
Right now the win64 snapshot builders are failing to produce a snapshot, and
I've managed to track it down to a path length issue. Windows paths have a
maximum of 260 characters, and the characters add up pretty fast for a path
like:

    c:\bot\slave\cargo-nightly-win-64
      \build\target\x86_64-w64-mingw32
      \cargo-integration-test\home\.cargo
      \git\checkouts\meta-dep-<hash>\
      \$SHA\.git\...

The normal builders aren't failing I presume because `cargo-nightly-win-64` is
longer than `cargo-win64-64` (we must be *right up* against the limit). I've
confirmed that this shortening fixes the tests on the bots.
2014-09-17 08:30:35 -07:00
..
fixtures Add tests exercising the registry source 2014-09-16 12:05:21 -07:00
support Shorten the cargo integration test directory name 2014-09-17 08:30:35 -07:00
check-style.sh Prepare for buildbot automation 2014-06-26 20:25:30 -07:00
test_cargo.rs Fix some more deprecation warnings 2014-09-17 08:27:41 -07:00
test_cargo_bench.rs auto merge of #555 : alexcrichton/cargo/issue-215, r=brson 2014-09-11 21:28:53 +00:00
test_cargo_build_auth.rs Implement git authentication 2014-09-05 07:25:56 -07:00
test_cargo_clean.rs Remove all subcommand executables 2014-08-26 18:25:28 -07:00
test_cargo_compile.rs Implement a registry source 2014-09-16 12:05:21 -07:00
test_cargo_compile_git_deps.rs Fix some more deprecation warnings 2014-09-17 08:27:41 -07:00
test_cargo_compile_path_deps.rs Implement a registry source 2014-09-16 12:05:21 -07:00
test_cargo_compile_plugins.rs Remove all subcommand executables 2014-08-26 18:25:28 -07:00
test_cargo_cross_compile.rs Don't print Running for commands that aren't run 2014-09-11 07:35:25 -07:00
test_cargo_doc.rs Fix cargo doc with custom build commands 2014-09-16 12:09:42 -07:00
test_cargo_fetch.rs Implement a cargo fetch command 2014-09-16 15:59:39 -07:00
test_cargo_freshness.rs Don't show Fresh by default 2014-09-05 10:16:21 -07:00
test_cargo_generate_lockfile.rs Implement a registry source 2014-09-16 12:05:21 -07:00
test_cargo_new.rs Update to rust master 2014-09-15 08:31:21 -07:00
test_cargo_package.rs Fix tests on windows 2014-09-16 12:05:21 -07:00
test_cargo_profiles.rs Don't print Running for commands that aren't run 2014-09-11 07:35:25 -07:00
test_cargo_registry.rs Tweak filesystem hierarchy format 2014-09-16 15:32:24 -07:00
test_cargo_run.rs Fix cargo-run rebasings and tests 2014-08-27 08:09:35 -07:00
test_cargo_test.rs auto merge of #555 : alexcrichton/cargo/issue-215, r=brson 2014-09-11 21:28:53 +00:00
test_cargo_upload.rs Fix tests on windows 2014-09-16 12:05:21 -07:00
test_cargo_version.rs Remove all subcommand executables 2014-08-26 18:25:28 -07:00
test_shell.rs Revert "Be compatible with the stdlib for now ('static shell)" 2014-09-05 00:18:44 -07:00
tests.rs Implement a cargo fetch command 2014-09-16 15:59:39 -07:00