From 1fba90e17cda01fe2f30937f4cd889eee2870f22 Mon Sep 17 00:00:00 2001 From: andreas Date: Fri, 1 Feb 2008 20:02:34 +0000 Subject: shorewall rename, mysql plugin from git, pg modul neu --- 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