[Pkg-puppet-devel] [facter] 30/180: (FACT-375) Reorganize acceptance pre-suite
Stig Sandbeck Mathisen
ssm at debian.org
Mon Jun 30 15:06:27 UTC 2014
This is an automated email from the git hooks/post-receive script.
ssm pushed a commit to branch master
in repository facter.
commit 31dfa491c2370b4c607783e63bac721186689d61
Author: Adrien Thebo <git at somethingsinistral.net>
Date: Tue Mar 18 11:38:08 2014 -0700
(FACT-375) Reorganize acceptance pre-suite
---
acceptance/config/git/options.rb | 6 ++++++
acceptance/setup/{ => common}/00_EnvSetup.rb | 0
acceptance/setup/{ => git/pre-suite}/01_TestSetup.rb | 0
3 files changed, 6 insertions(+)
diff --git a/acceptance/config/git/options.rb b/acceptance/config/git/options.rb
new file mode 100644
index 0000000..31d2cdd
--- /dev/null
+++ b/acceptance/config/git/options.rb
@@ -0,0 +1,6 @@
+{
+ :pre_suite => [
+ 'setup/common/00_EnvSetup.rb',
+ 'setup/git/pre-suite/01_TestSetup.rb',
+ ],
+}
diff --git a/acceptance/setup/00_EnvSetup.rb b/acceptance/setup/common/00_EnvSetup.rb
similarity index 100%
rename from acceptance/setup/00_EnvSetup.rb
rename to acceptance/setup/common/00_EnvSetup.rb
diff --git a/acceptance/setup/01_TestSetup.rb b/acceptance/setup/git/pre-suite/01_TestSetup.rb
similarity index 100%
rename from acceptance/setup/01_TestSetup.rb
rename to acceptance/setup/git/pre-suite/01_TestSetup.rb
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-puppet/facter.git
More information about the Pkg-puppet-devel
mailing list