diff --git a/scripts/run_jstests.sh b/scripts/run_jstests.sh index 666a25d5c9..40d196fe7c 100755 --- a/scripts/run_jstests.sh +++ b/scripts/run_jstests.sh @@ -77,7 +77,7 @@ SETTINGS # All DB tables need to exist so that runserver can start up. -python manage.py syncdb +python manage.py syncdb --noinput echo "Starting JS tests..." `date`