Mercurial > hg > nsaunier > traffic-intelligence
diff run-tests.sh @ 1282:106365257da9
reorganization of moving.py and adding documentation tests
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Tue, 09 Jul 2024 17:44:51 -0400 |
| parents | cc5cb04b04b0 |
| children |
line wrap: on
line diff
--- a/run-tests.sh Mon Jul 08 16:42:30 2024 -0400 +++ b/run-tests.sh Tue Jul 09 17:44:51 2024 -0400 @@ -15,3 +15,15 @@ echo "------------" echo "Script tests" ./scripts/run-tests.sh +echo "------------" +echo "Documentation tests" +TIWIKI_HOME=~/Research/Code/bb-traffic-intelligence/ +if [ -f $TIWIKI_HOME/docs/run-tests.sh ] +then + cd $TIWIKI_HOME/docs/ + ./run-tests.sh +else + echo "The documentation repository (BitBucket Traffic Intelligence repository is not accessible" + echo "Please clone the BitBucket Traffic Intelligence repository:" + echo "$ git clone https://bitbucket.org/Nicolas/trafficintelligence.git" +fi
