commit 2488ea743d78f07b0391155bf649b0f4917c4bcd from: Mark Jamsek date: Tue Nov 26 09:34:07 2024 UTC gotwebd: rename action_index test to action_summary commit - 2ba97f681968a9e42868cc7e7c531cf33af36063 commit + 2488ea743d78f07b0391155bf649b0f4917c4bcd blob - b976197617d10a91b220cac19df18a839c0c317b (mode 644) blob + /dev/null --- regress/gotwebd/action_index.html +++ /dev/null @@ -1,5 +0,0 @@ -Content-Security-Policy: default-src 'self'; script-src 'none'; object-src 'none'; -Content-Type: text/html - -Gotweb

Commit Briefs

${COMMIT_ID10} Flan Hacker

import the test tree (main)


Branches

Tags

This repository contains no tags
blob - /dev/null blob + b976197617d10a91b220cac19df18a839c0c317b (mode 644) --- /dev/null +++ regress/gotwebd/action_summary.html @@ -0,0 +1,5 @@ +Content-Security-Policy: default-src 'self'; script-src 'none'; object-src 'none'; +Content-Type: text/html + +Gotweb

Commit Briefs

${COMMIT_ID10} Flan Hacker

import the test tree (main)


Branches

Tags

This repository contains no tags
blob - 080047236e919fece5c548e434530b5fa29891fe blob + 8f78b57f9900faadbb1db98d18edd34fa65506da --- regress/gotwebd/test_gotwebd.sh +++ regress/gotwebd/test_gotwebd.sh @@ -16,9 +16,9 @@ . ./common.sh -test_gotwebd_action_index() +test_gotwebd_action_summary() { - local testroot=$(test_init gotwebd_action_index 1) + local testroot=$(test_init gotwebd_action_summary 1) local repo="${GOTWEBD_TEST_CHROOT}/got/public/repo.git" local author_time=$(git_show_author_time $repo) local id=$(git_show_head $repo) @@ -26,7 +26,7 @@ test_gotwebd_action_index() COMMIT_ID=$id \ COMMIT_ID10=$(printf '%.10s' $id) \ COMMIT_YMDHMS=$(date -u -r $author_time +"%FT%TZ") \ - interpolate action_index.html > $testroot/content.expected + interpolate action_summary.html > $testroot/content.expected $GOTWEBD_TEST_FCGI > $testroot/content @@ -160,7 +160,7 @@ test_gotwebd_action_patch() } test_parseargs "$@" -run_test test_gotwebd_action_index +run_test test_gotwebd_action_summary run_test test_gotwebd_action_diff run_test test_gotwebd_action_blame run_test test_gotwebd_action_tree