2019-08-05 02:57:30 +08:00
|
|
|
#!/bin/sh
|
2019-09-24 04:14:02 +08:00
|
|
|
set -e
|
2019-08-05 02:57:30 +08:00
|
|
|
compton=$(realpath $1)
|
|
|
|
cd $(dirname $0)
|
|
|
|
|
2019-09-24 04:11:16 +08:00
|
|
|
./run_one_test.sh $compton configs/empty.conf testcases/basic.py
|
2019-09-24 04:14:02 +08:00
|
|
|
./run_one_test.sh $compton configs/issue239.conf testcases/issue239.py
|
2019-09-29 06:18:43 +08:00
|
|
|
./run_one_test.sh $compton configs/issue239_2.conf testcases/issue239_2.py
|