Skip to content

Commit

Permalink
fix repoName
Browse files Browse the repository at this point in the history
  • Loading branch information
justfortaste committed Jan 23, 2025
1 parent 1e4e1a5 commit e60f148
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import groovy.json.JsonSlurper

suite("test_backup_restore_priv", "backup_restore") {
String suiteName = "test_backup_restore_priv"
String repoName = "${suiteName}_repo"
String repoName = "repo_" + UUID.randomUUID().toString().replace("-", "")
String dbName = "${suiteName}_db"
String tableName = "${suiteName}_table"
String tableName1 = "${suiteName}_table_1"
Expand Down

0 comments on commit e60f148

Please sign in to comment.