Commit 2cf65fc6 authored by Steven Fackler's avatar Steven Fackler
Browse files

Stop using manifest-path for now

Some ssl tests depend on the working directory being openssl
parent e7744874
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,4 +28,4 @@ else
    COMMAND="test"
fi

cargo $COMMAND --manifest-path=openssl/Cargo.toml $FLAGS --features "$FEATURES"
(cd openssl && cargo $COMMAND $FLAGS --features "$FEATURES")