!|test.util.CallScript|
-|call script|!-rm -r ~/test |true-!|
-|call script|mkdir -p ~/test/python/eh_util/eh_app|
-|call script|cp ../python/eh_util/eh_app/tests.py ~/test/python/eh_util/eh_app/|
-|call script|cp ../python/eh_util/manage.py ~/test/python/eh_util/|
-|call script|cd ~/test/python/eh_util/; ./manage.py test|
+|call script|!-rm -r ~/test |true -!|
+|call script|cp -a /opt/mysite ~/test/|
+|call script|cd ~/test/; ./manage.py test eh_app|