aboutsummaryrefslogtreecommitdiffstats
path: root/bin/browser-tests
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2019-05-13 16:27:33 +0100
committerStruan Donald <struan@exo.org.uk>2019-05-28 11:34:19 +0100
commit2c224616a7ae8e099825005bdcede4774bd1bd9b (patch)
treeb42b0a25cdb6a4852571e0c8b7dbe041d074eb71 /bin/browser-tests
parent8b232eabd9ccd78d665457c309386519874b8e81 (diff)
generate test specific fixture data
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 a3548e50b..20f2f761d 100755
--- a/bin/browser-tests
+++ b/bin/browser-tests
@@ -79,7 +79,7 @@ sub run {
# Set up, and load in some data
system('bin/make_css', 'fixmystreet.com');
- system('bin/fixmystreet.com/fixture', '--nonrandom', '--coords', $coords, '--name', $name, '--area-id', $area_id, '--commit');
+ system('bin/fixmystreet.com/fixture', '--test_fixtures', '--nonrandom', '--coords', $coords, '--name', $name, '--area-id', $area_id, '--commit');
}
my $pid;