From 38a42bf9ca6d15e5f3609853229fc446e0cfa193 Mon Sep 17 00:00:00 2001
From: Danny Auble <da@llnl.gov>
Date: Mon, 25 Oct 2010 23:25:03 +0000
Subject: [PATCH] fix for checking for pgsql to make sure it is checked as a
 valid accounting source

---
 testsuite/expect/globals | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/expect/globals b/testsuite/expect/globals
index e3ff7ff096c..7b86aad1bb3 100755
--- a/testsuite/expect/globals
+++ b/testsuite/expect/globals
@@ -869,7 +869,7 @@ proc test_account_storage { } {
 	set account_storage 0
 	spawn $scontrol show config
 	expect {
-		-re "(accounting_storage/slurmdbd|accounting_storage/mysql)" {
+		-re "(accounting_storage/slurmdbd|accounting_storage/mysql|accounting_storage/pgsql)" {
 			set account_storage 1
 			exp_continue
 		}
-- 
GitLab