aboutsummaryrefslogtreecommitdiffstats
path: root/bin/browser-tests
diff options
context:
space:
mode:
Diffstat (limited to 'bin/browser-tests')
-rwxr-xr-xbin/browser-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/browser-tests b/bin/browser-tests
index 0c56be918..f1af32871 100755
--- a/bin/browser-tests
+++ b/bin/browser-tests
@@ -69,7 +69,7 @@ sub run {
# Set up, and load in some data
system('bin/make_css', 'fixmystreet.com');
- system('bin/fixmystreet.com/fixture', '--coords', '51.532851,-2.284277', '--name', 'Borsetshire', '--area-id', 2608, '--commit');
+ system('bin/fixmystreet.com/fixture', '--nonrandom', '--coords', '51.532851,-2.284277', '--name', 'Borsetshire', '--area-id', 2608, '--commit');
}
my $pid;