tests: add test case for #239

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

View File

@ -1,5 +1,7 @@
#!/bin/sh
set -e
compton=$(realpath $1)
cd $(dirname $0)
./run_one_test.sh $compton configs/empty.conf testcases/basic.py
./run_one_test.sh $compton configs/issue239.conf testcases/issue239.py