diff options
| author | Steven Fackler <[email protected]> | 2015-12-16 23:37:18 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-12-16 23:39:29 -0800 |
| commit | 2cf65fc68dc5078d27515e99178291e4290ed26e (patch) | |
| tree | 7065a759274965f7bb6dab905872dd8c35c848fd /openssl | |
| parent | Try cross compiling (diff) | |
| download | rust-openssl-2cf65fc68dc5078d27515e99178291e4290ed26e.tar.xz rust-openssl-2cf65fc68dc5078d27515e99178291e4290ed26e.zip | |
Stop using manifest-path for now
Some ssl tests depend on the working directory being openssl
Diffstat (limited to 'openssl')
| -rwxr-xr-x | openssl/test/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/test/run.sh b/openssl/test/run.sh index aa62308d..43bc45a8 100755 --- a/openssl/test/run.sh +++ b/openssl/test/run.sh @@ -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") |