Changeset 8661 for main/waeup.stress/trunk/kofa01
- Timestamp:
- 9 Jun 2012, 09:24:26 (13 years ago)
- Location:
- main/waeup.stress/trunk/kofa01
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.stress/trunk/kofa01/post_run.py
r8654 r8661 1 ## Actions to do after test runs. 1 2 import waeup.stress 2 3 -
main/waeup.stress/trunk/kofa01/post_run.sh
r8654 r8661 1 1 #!/bin/sh 2 2 3 OLD_CWD=`pwd` 4 cd instances/waeup.kofa 5 echo "stopping paster..." 6 ./bin/paster serve --stop-daemon 7 echo "done." 8 cd $OLD_CWD 3 ./bin/py kofa01/post_run.py
Note: See TracChangeset for help on using the changeset viewer.