Skip to content

Commit

Permalink
Making contrib/test dependency test more stable
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Oct 6, 2020
1 parent b8a32e7 commit 4b1955a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ fi
# Use as dependency if told to
if [ -n "$AS_DEPENDENCY" ]
then
rm -rf dep_test
cargo new dep_test
cd dep_test
cat ../contrib/depCargo.toml >> Cargo.toml
Expand Down

0 comments on commit 4b1955a

Please sign in to comment.