mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
[panoramix] -> [dashed]
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
rm /tmp/panoramix_unittests.db
|
||||
export PANORAMIX_CONFIG=tests.panoramix_test_config
|
||||
panoramix/bin/panoramix db upgrade
|
||||
nosetests tests/core_tests.py --with-coverage --cover-package=panoramix -v
|
||||
rm /tmp/dashed_unittests.db
|
||||
export DASHED_CONFIG=tests.dashed_test_config
|
||||
dashed/bin/dashed db upgrade
|
||||
nosetests tests/core_tests.py --with-coverage --cover-package=dashed -v
|
||||
|
||||
Reference in New Issue
Block a user