Skip to content

Commit

Permalink
smallfi x
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Jul 11, 2023
1 parent d41706f commit c0793bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/integration_tests/operations/operations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@ func TestMain(m *testing.M) {
}

if successCode == 0 {
// Test for admin permission on test bucket.
successCode = creds_tests.RunTestsForKeyFileAndGoogleApplicationCredentialsEnvVarSet(flags, "objectAdmin", m)
successCode = persistent_mounting.RunTests(flags, m)
}

if successCode == 0 {
successCode = persistent_mounting.RunTests(flags, m)
// Test for admin permission on test bucket.
successCode = creds_tests.RunTestsForKeyFileAndGoogleApplicationCredentialsEnvVarSet(flags, "objectAdmin", m)
}

os.Exit(successCode)
Expand Down

0 comments on commit c0793bb

Please sign in to comment.