diff options
| author | Steven Fackler <[email protected]> | 2015-12-17 20:08:44 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-12-17 21:13:44 -0800 |
| commit | e077ed0b4d3c87fb38d2d9536f669cf569b69234 (patch) | |
| tree | f947efec0386bf56bb795bd998ecd065ef5bec17 /openssl/test/run.sh | |
| parent | Fix nonblocking behavior (diff) | |
| download | rust-openssl-e077ed0b4d3c87fb38d2d9536f669cf569b69234.tar.xz rust-openssl-e077ed0b4d3c87fb38d2d9536f669cf569b69234.zip | |
Disable cross compilation for now
Diffstat (limited to 'openssl/test/run.sh')
| -rwxr-xr-x | openssl/test/run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl/test/run.sh b/openssl/test/run.sh index ca029ef2..229d9a1d 100755 --- a/openssl/test/run.sh +++ b/openssl/test/run.sh @@ -28,4 +28,5 @@ else COMMAND="test" fi +export PATH=$HOME/openssl/bin:$PATH (cd openssl && cargo $COMMAND $FLAGS --features "$FEATURES") |