From adc9c0f1168b780e6c8b78f63caa2fb51cc72399 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 3 Feb 2010 14:11:18 -0200 Subject: Adding resource types mysql_{user,database,grant} (2) --- tests/run_tests | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 tests/run_tests (limited to 'tests/run_tests') diff --git a/tests/run_tests b/tests/run_tests new file mode 100755 index 0000000..1ae6c42 --- /dev/null +++ b/tests/run_tests @@ -0,0 +1,13 @@ +#!/bin/bash + +export RUBYLIB=${RUBYLIB:-../plugins} +OPTIONS="$*" +OPTIONS="${OPTIONS:---trace}" + +find -iname \*.pp | sort | while read current; do + echo "Running $current" + puppet $OPTIONS $current + echo "Running $current again" + puppet $OPTIONS $current + echo +done -- cgit v1.2.3