]> xenbits.xensource.com Git - people/iwj/osstest.git/commitdiff
invoke-daemon: set config
authorxen.org <osstest@woking.cam.xci-test.com>
Tue, 18 Jun 2013 11:31:40 +0000 (12:31 +0100)
committerxen.org <osstest@woking.cam.xci-test.com>
Tue, 18 Jun 2013 11:31:40 +0000 (12:31 +0100)
invoke-daemon

index b40be4554a86a1245c2d303055be14f68515387a..c1177ca8067cda33555a2315706ff36cf6476650 100755 (executable)
@@ -17,6 +17,8 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
+export OSSTEST_CONFIG=production-config
+
 cd "${0%/*}"
 if [ "x$2" != x ]; then sleep $2; fi
 exec ./$1 2>&1 | exec logger -t $1 -p local4.info