From d947db3713ee492f88db440f4c57bdfae7da5bf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 19 Jul 2023 19:54:36 +0200 Subject: commands: Move testscript into its correct place --- testscripts/commands/server__watch_hugo_stats.txt | 18 ++++++++++++++++++ testscripts/unfinished/server__watch_hugo_stats.txt | 18 ------------------ 2 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 testscripts/commands/server__watch_hugo_stats.txt delete mode 100644 testscripts/unfinished/server__watch_hugo_stats.txt diff --git a/testscripts/commands/server__watch_hugo_stats.txt b/testscripts/commands/server__watch_hugo_stats.txt new file mode 100644 index 000000000..179e59f8d --- /dev/null +++ b/testscripts/commands/server__watch_hugo_stats.txt @@ -0,0 +1,18 @@ +hugo server & + +waitServer +stopServer +! stderr . + +exists hugo_stats.json + +-- hugo.toml -- +title = "Hugo Server Test" +baseURL = "https://example.org/" +disableKinds = ["taxonomy", "term", "sitemap"] +[module] +[[module.mounts]] +source = "hugo_stats.json" +target = "assets/watching/hugo_stats.json" +-- layouts/index.html -- +Home diff --git a/testscripts/unfinished/server__watch_hugo_stats.txt b/testscripts/unfinished/server__watch_hugo_stats.txt deleted file mode 100644 index 179e59f8d..000000000 --- a/testscripts/unfinished/server__watch_hugo_stats.txt +++ /dev/null @@ -1,18 +0,0 @@ -hugo server & - -waitServer -stopServer -! stderr . - -exists hugo_stats.json - --- hugo.toml -- -title = "Hugo Server Test" -baseURL = "https://example.org/" -disableKinds = ["taxonomy", "term", "sitemap"] -[module] -[[module.mounts]] -source = "hugo_stats.json" -target = "assets/watching/hugo_stats.json" --- layouts/index.html -- -Home -- cgit v1.2.3