]> git.lizzy.rs Git - rust.git/blobdiff - appveyor.yml
Fix regression with `print!`
[rust.git] / appveyor.yml
index 6f9ead88b2a7a343b585b63aafb5c8af0faee0f0..c17b12a33b3814775f9e103ffd628e2629d5b911 100644 (file)
@@ -26,7 +26,7 @@ test_script:
     - set RUST_BACKTRACE=1
     - cargo build --features debugging
     - cargo test --features debugging
-    - copy clippy_tests\target\debug\cargo-clippy.exe C:\Users\appveyor\.cargo\bin\
+    - copy target\debug\cargo-clippy.exe C:\Users\appveyor\.cargo\bin\
     - cargo clippy -- -D clippy
     - cd clippy_lints && cargo clippy -- -D clippy && cd ..