Skip to content

Commit

Permalink
Fixup attempt #2.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Dec 27, 2016
1 parent 41e2d5a commit 95a970f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ddox/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

set -e -o pipefail

$DUB build -b ddox --root=default
(cd default && $DUB build -b ddox)
grep -qF ddox_project default/docs/index.html

$DUB add-local custom-tool
$DUB build -b ddox --root=custom
(cd custom && $DUB build -b ddox)
grep -qF custom-tool custom/docs/custom_tool_output
diff custom-tool/public/copied custom/docs/copied
$DUB remove-local custom-tool

0 comments on commit 95a970f

Please sign in to comment.