refactor: rename tests on ref_count

This commit is contained in:
Edouard Vanbelle
2026-08-23 22:18:47 +02:00
parent a847e0fd2f
commit 2760fe9efc
6 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -235,8 +235,8 @@ hurl --variables-file "$API_DIR/test.env" --file-root "$REPO_ROOT/tests" --test
# the diag first, THEN exits with hurl's failure code so CI still
# reports the regression.
if ! hurl --variables-file "$API_DIR/test.env" --file-root "$REPO_ROOT/tests" --test --jobs 1 \
"$API_DIR/copy_folder_ref_count.hurl"; then
bash "$API_DIR/copy_folder_ref_count_diag.sh" || true
"$API_DIR/refcount_cascade.hurl"; then
bash "$API_DIR/refcount_cascade_diag.sh" || true
exit 1
fi