diff options
author | 2018-03-08 14:25:17 +0000 | |
---|---|---|
committer | 2018-03-08 14:25:17 +0000 | |
commit | 0f97a918f583edfe1c2e92ce4abadd7aef3b1c4f (patch) | |
tree | c1f13b9fdca36be3f371442bb5bb11f875239a6f /tests/python_unit | |
parent | 9a2e6721376547244e53dbb92ea596f526a9c865 (diff) | |
parent | 7343cf25ad890e18b2f5b8d35c6acfc821dfd5ec (diff) |
Merge "Add import and export pdps"
Diffstat (limited to 'tests/python_unit')
-rw-r--r-- | tests/python_unit/run_tests.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/python_unit/run_tests.sh b/tests/python_unit/run_tests.sh index 33c1ab98..0a9ac1f3 100644 --- a/tests/python_unit/run_tests.sh +++ b/tests/python_unit/run_tests.sh @@ -9,4 +9,9 @@ cd ../python_moondb docker run --rm --volume $(pwd):/data wukongsun/moon_python_unit_test:latest cd ../python_moonclient -docker run --rm --volume $(pwd):/data wukongsun/moon_python_unit_test:latest
\ No newline at end of file +docker run --rm --volume $(pwd):/data wukongsun/moon_python_unit_test:latest + +cd ../moon_manager +rm -f tests/unit_python/database.db +docker run --rm --volume $(pwd):/data wukongsun/moon_python_unit_test:latest + |