Stop using manifest-path for now
Some ssl tests depend on the working directory being openssl
This commit is contained in:
parent
e7744874f4
commit
2cf65fc68d
|
|
@ -28,4 +28,4 @@ else
|
||||||
COMMAND="test"
|
COMMAND="test"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cargo $COMMAND --manifest-path=openssl/Cargo.toml $FLAGS --features "$FEATURES"
|
(cd openssl && cargo $COMMAND $FLAGS --features "$FEATURES")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue