From cdd054ef78e0e0ed6d61633abaf19d52d34582c4 Mon Sep 17 00:00:00 2001 From: Rene Krenn Date: Wed, 12 Apr 2017 18:28:43 +0200 Subject: [PATCH] TT#13973 enable method-override test seems it was only part of the "all" suite. Change-Id: Ie9b87fbe24994bd1d887efa7903898873a499cf1 --- t/api-rest/testrunner | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/api-rest/testrunner b/t/api-rest/testrunner index 2c4d8c4d59..c4d744636e 100755 --- a/t/api-rest/testrunner +++ b/t/api-rest/testrunner @@ -25,10 +25,10 @@ fi if [ "${SELECT}" = "stable" ] ; then echo "Test selection: ${SELECT}" - SELECT=$(echo t/api-rest/api-{all-links,balanceintervals,bannedips,bannedusers,billingfees,billingnetworks,billingprofiles,billingzones,calllists,calls,cert-auth,cfdestinationsets,contracts,customercontacts,customers,faxes,lnp,ncoslevels,pbxdevicemodels,pbxdevices,peeringgroups,peeringrules,peeringinboundrules,peeringservers,preferences,profilepackages,resellers,rewriterules,rewriterulesets,root,soundsets,subscriberregistrations,subscribers,systemcontacts,threads,topuplogs,trustedsources,valid-patch,vouchers}.t) + SELECT=$(echo t/api-rest/api-{all-links,balanceintervals,bannedips,bannedusers,billingfees,billingnetworks,billingprofiles,billingzones,calllists,calls,cert-auth,cfdestinationsets,contracts,customercontacts,customers,faxes,lnp,ncoslevels,pbxdevicemodels,pbxdevices,peeringgroups,peeringrules,peeringinboundrules,peeringservers,preferences,profilepackages,resellers,rewriterules,rewriterulesets,root,soundsets,subscriberregistrations,subscribers,systemcontacts,threads,topuplogs,trustedsources,valid-patch,vouchers,method-override}.t) elif [ "${SELECT}" = "fast" ] ; then echo "Test selection: ${SELECT}" - SELECT=$(echo t/api-rest/api-{bannedips,bannedusers,billingnetworks,billingzones,calls,cert-auth,cfdestinationsets,ncoslevels,peeringgroups,peeringrules,peeringinboundrules,peeringservers,resellers,rewriterules,root,soundsets,systemcontacts,valid-patch,vouchers}.t) + SELECT=$(echo t/api-rest/api-{bannedips,bannedusers,billingnetworks,billingzones,calls,cert-auth,cfdestinationsets,ncoslevels,peeringgroups,peeringrules,peeringinboundrules,peeringservers,resellers,rewriterules,root,soundsets,systemcontacts,valid-patch,vouchers,method-override}.t) elif [ "${SELECT}" = "all" ] ; then echo "Test selection: all" SELECT=$(echo t/api-rest/*.t)