mirror of
https://github.com/Tencent/Metis.git
synced 2025-12-25 19:52:49 +00:00
9 lines
143 B
Bash
9 lines
143 B
Bash
#!/usr/bin/env bash
|
|
# Run tests
|
|
|
|
# echo path
|
|
echo $DIR, `pwd`
|
|
echo "hello world"
|
|
|
|
py.test -x -vv -s `pwd`/tests/
|
|
sh `pwd`/ci/init_mysql_data.sh |