aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2022-01-03 17:47:11 +0100
committerGitHub <noreply@github.com>2022-01-03 11:47:11 -0500
commitbe255557ce486b7215bd1bab1d96e8693eb477df (patch)
treedd394e7268cb7e5baf08933b44616831d9e9f17d /src
parent6ed9ddec29e9a3768d88fedc785b7c0e4b589d04 (diff)
downloadrneovim-be255557ce486b7215bd1bab1d96e8693eb477df.tar.gz
rneovim-be255557ce486b7215bd1bab1d96e8693eb477df.tar.bz2
rneovim-be255557ce486b7215bd1bab1d96e8693eb477df.zip
ci: simplify ci_fold function (#16874)
Diffstat (limited to 'src')
-rwxr-xr-xsrc/nvim/testdir/runnvim.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/testdir/runnvim.sh b/src/nvim/testdir/runnvim.sh
index 25cb8437b4..fdd3f3144b 100755
--- a/src/nvim/testdir/runnvim.sh
+++ b/src/nvim/testdir/runnvim.sh
@@ -66,7 +66,7 @@ main() {(
fi
fi
if test "$FAILED" = 1 ; then
- ci_fold start "$NVIM_TEST_CURRENT_SUITE/$test_name"
+ ci_fold start "$test_name"
fi
valgrind_check .
if test -n "$LOG_DIR" ; then
@@ -78,7 +78,7 @@ main() {(
fi
rm -f "$tlog"
if test "$FAILED" = 1 ; then
- ci_fold end "$NVIM_TEST_CURRENT_SUITE/$test_name"
+ ci_fold end ""
fi
if test "$FAILED" = 1 ; then
echo "Test $test_name failed, see output above and summary for more details" >> test.log