Skip to content

Commit

Permalink
Fix Travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenroose committed May 28, 2019
1 parent 738a3c9 commit 750f55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/test_06_script_b.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

export LC_ALL=C.UTF-8

cd "build/bitcoin-$HOST" || (echo "could not enter distdir build/bitcoin-$HOST"; exit 1)
cd "build/elements-$HOST" || (echo "could not enter distdir build/bitcoin-$HOST"; exit 1)

if [ "$RUN_UNIT_TESTS" = "true" ]; then
BEGIN_FOLD unit-tests
Expand Down

0 comments on commit 750f55b

Please sign in to comment.