From 8ec24e92f4a31385fc0a50d46ced10ea66318b80 Mon Sep 17 00:00:00 2001 From: James Cor Date: Mon, 23 May 2022 14:52:17 -0700 Subject: [PATCH] renaming privileges --- integration-tests/bats/{0.bats => sql-privs.bats} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename integration-tests/bats/{0.bats => sql-privs.bats} (95%) diff --git a/integration-tests/bats/0.bats b/integration-tests/bats/sql-privs.bats similarity index 95% rename from integration-tests/bats/0.bats rename to integration-tests/bats/sql-privs.bats index e3312dbc7b..6f058c14ed 100644 --- a/integration-tests/bats/0.bats +++ b/integration-tests/bats/sql-privs.bats @@ -31,7 +31,7 @@ teardown() { teardown_common } -@test "0: no privs.json and no mysql.db, create mysql.db" { +@test "sql-privs: no privs.json and no mysql.db, create mysql.db" { skiponwindows "Has dependencies that are missing on the Jenkins Windows installation." cd repo1 @@ -83,7 +83,7 @@ teardown() { cd .. } -@test "0: has privs.json and no mysql.db, read from privs.json and create mysql.db" { +@test "sql-privs: has privs.json and no mysql.db, read from privs.json and create mysql.db" { skiponwindows "Has dependencies that are missing on the Jenkins Windows installation." cd repo1 @@ -142,7 +142,7 @@ teardown() { cd .. } -@test "0: no privs.json and has mysql.db, read from mysql.db" { +@test "sql-privs: no privs.json and has mysql.db, read from mysql.db" { skiponwindows "Has dependencies that are missing on the Jenkins Windows installation." cd repo1 @@ -197,7 +197,7 @@ teardown() { cd .. } -@test "0: has privs.json and has mysql.db, only reads from mysql.db" { +@test "sql-privs: has privs.json and has mysql.db, only reads from mysql.db" { skiponwindows "Has dependencies that are missing on the Jenkins Windows installation." cd repo1