Skip to content

Commit 12480ae

Browse files
committed
Gate web-only CLI test helper
1 parent 72cb7eb commit 12480ae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cli.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ mod tests {
469469
path
470470
}
471471

472+
#[cfg(feature = "web")]
472473
fn web_config(&self, name: &str, vhost_name: &str, host: &str, root: &Path) -> PathBuf {
473474
let path = safe_child_path(&self.path, name);
474475
fs::write(

0 commit comments

Comments
 (0)