Browse code

Merge "Remove Horizon setup scripts usage of run_tests.sh"

Jenkins authored on 2016/11/29 08:43:49
Showing 1 changed files
... ...
@@ -81,7 +81,7 @@ function configure_horizon {
81 81
     # Horizon is installed as develop mode, so we can compile here.
82 82
     # Message catalog compilation is handled by Django admin script,
83 83
     # so compiling them after the installation avoids Django installation twice.
84
-    (cd $HORIZON_DIR; ./run_tests.sh -N --compilemessages)
84
+    (cd $HORIZON_DIR; python manage.py compilemessages)
85 85
 
86 86
     # ``local_settings.py`` is used to override horizon default settings.
87 87
     local local_settings=$HORIZON_DIR/openstack_dashboard/local/local_settings.py