[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Test suite configuration
- Subject: Re: Test suite configuration
- From: "R. Ransbottom" <..hidden..>
- Date: Thu, 14 Jan 2016 11:17:36 -0500
On Tue, Jan 12, 2016 at 11:15:08PM +0100, Erik Huelsmann wrote:
> Hi all,
>
>
> In an attempt to document our test suite better (of course in preparation
> of soliciting contributions :-) ), I've created what is now at
> https://github.com/ledgersmb/LedgerSMB/tree/master/t#test-file-number-allocation
> Am I seeing problems that are not there? Or should we make it easy to run
> tests locally by storing config parameters in a config file instead of/next
> to reading the environment?
Assuming the tests are TAPish.
$ cat test_configs/joes
export HI='hello'
export BYE='goodlocaltime'
$
$ for i in test_configs/*
do
( . $i ; make tests ) # source the config in a subshell
done
$
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Ledger-smb-devel mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel