From 0b216e98515ebf0c6eaa5d990938c87c4baf22ff Mon Sep 17 00:00:00 2001 From: TheFox0x7 Date: Mon, 1 Apr 2024 01:47:56 +0200 Subject: [PATCH] actually add test to suite --- upgrade/{test_pprof_upload.sh => test-pprof-upload.sh} | 0 upgrade/upgrade.sh | 2 ++ 2 files changed, 2 insertions(+) rename upgrade/{test_pprof_upload.sh => test-pprof-upload.sh} (100%) diff --git a/upgrade/test_pprof_upload.sh b/upgrade/test-pprof-upload.sh similarity index 100% rename from upgrade/test_pprof_upload.sh rename to upgrade/test-pprof-upload.sh diff --git a/upgrade/upgrade.sh b/upgrade/upgrade.sh index 5f69abc..50dc94d 100755 --- a/upgrade/upgrade.sh +++ b/upgrade/upgrade.sh @@ -50,6 +50,7 @@ function test_successful_upgrades() { } source $UPGRADE_DIR/test-upgrade-forgejo-database-v3.sh +source $UPGRADE_DIR/test-pprof-upload.sh function test_upgrades() { run dependencies @@ -57,4 +58,5 @@ function test_upgrades() { run test_successful_upgrades run test_forgejo_database_v3_upgrades + run test_forgejo_pprof }