Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ZerXes
Tor
Commits
8e3a52e5
Commit
8e3a52e5
authored
Jul 09, 2018
by
Nick Mathewson
🐛
Browse files
Merge branch 'maint-0.3.4'
parents
75f7064a
75d9db9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test/test_rust.sh
View file @
8e3a52e5
...
...
@@ -9,7 +9,7 @@ for cargo_toml_dir in "${abs_top_srcdir:-../../..}"/src/rust/*; do
if
[
-e
"
${
cargo_toml_dir
}
/Cargo.toml"
]
;
then
cd
"
${
cargo_toml_dir
}
"
&&
\
CARGO_TARGET_DIR
=
"
${
abs_top_builddir
:-
../../..
}
/src/rust/target"
\
CARGO_HOME
=
"
${
abs_top_builddir
:-
../../..
}
/src/rust"
\
CARGO_HOME
=
"
${
abs_top_builddir
:-
../../..
}
/src/rust
/.cargo
"
\
"
${
CARGO
:-
cargo
}
"
test
${
CARGO_ONLINE
-
"--frozen"
}
\
${
EXTRA_CARGO_OPTIONS
}
\
--manifest-path
"
${
cargo_toml_dir
}
/Cargo.toml"
||
exitcode
=
1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment