tests: support specifying config files for tests

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-09-23 21:11:16 +01:00
parent bfb6cad648
commit 33aa805048
3 changed files with 6 additions and 4 deletions

View File

@ -2,4 +2,4 @@
compton=$(realpath $1)
cd $(dirname $0)
./run_one_test.sh $compton testcases/basic.py
./run_one_test.sh $compton configs/empty.conf testcases/basic.py