|
|
|||
File indexing completed on 2026-04-09 07:58:23
0001 #!/bin/bash 0002 0003 CurrentDir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" 0004 RootDir="$( dirname $( dirname "$CurrentDir" ))" 0005 echo $RootDir 0006 0007 export IDDS_HOME=$RootDir 0008 export IDDS_CONFIG=$RootDir/etc/idds/idds.cfg.sqlite 0009 export PYTHONPATH=$RootDir/lib:$PYTHONPATH 0010 0011 #python tools/orm/create_database.py 0012 #python -m unittest2 discover -v lib/ess/tests/ "test_*.py" 0013 #python tools/orm/destory_database.py 0014
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|