diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2018-02-19 17:05:26 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2018-02-19 17:05:26 +0100 |
| commit | eac195d44eb1e201ac1b668972e3e2f9f74b2e0a (patch) | |
| tree | 5040cf7582db412ae929e5a6df5c58b1e0dba6f8 | |
| parent | 77cd36c158624808e657e5dbb5ec8bc026fafa55 (diff) | |
| download | jo.mssola.com-eac195d44eb1e201ac1b668972e3e2f9f74b2e0a.tar.gz jo.mssola.com-eac195d44eb1e201ac1b668972e3e2f9f74b2e0a.zip | |
test: let HTMLProofer pick the proper dir
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | Rakefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -32,7 +32,9 @@ task :test do timeframe: "6w" } } - HTMLProofer.check_directory("./_site", options).run + + dir = ENV["BUILD_DEST"] || "./_site" + HTMLProofer.check_directory(dir, options).run end task default: [:test] |
