diff options
author | David Lawrence <dkl@mozilla.com> | 2015-07-06 21:21:04 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-07-06 21:21:04 +0200 |
commit | b758be1d37cb49ced8cb17fca3d5a4cb2dd2e03e (patch) | |
tree | 01d7b7c5a5fcd5dddc0ed4adc55a60917ce70bce /qa | |
parent | f70d4ce7e0a94379bb901559109650874946c84b (diff) | |
download | bugzilla-b758be1d37cb49ced8cb17fca3d5a4cb2dd2e03e.tar.gz bugzilla-b758be1d37cb49ced8cb17fca3d5a4cb2dd2e03e.tar.xz |
Bug 1172968: Move the scripts we want to keep from contrib/* and place them in scripts/ directory. Remove contrib from repo
Diffstat (limited to 'qa')
-rw-r--r-- | qa/config/generate_test_data.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/config/generate_test_data.pl b/qa/config/generate_test_data.pl index 65adef6a7..d0281d181 100644 --- a/qa/config/generate_test_data.pl +++ b/qa/config/generate_test_data.pl @@ -816,7 +816,7 @@ dircopy("$conf_path/qa/extensions/QA", "$conf_path/extensions/QA"); my $cwd = cwd(); chdir($conf_path); -system("perl", "contrib/fixperms.pl"); +system("perl", "scripts/fixperms.pl"); chdir($cwd); print "installation and configuration complete!\n"; |