Go back to git master for modularity test script

As my fixes got merged. Yay.
This reverts commit 3d3bc1e2d2.
This commit is contained in:
Adam Williamson 2019-08-12 18:18:52 -07:00
parent 4dae3d2168
commit 9dd5465f83
1 changed files with 1 additions and 1 deletions

View File

@ -653,7 +653,7 @@ sub download_modularity_tests {
my ($whitelist) = @_;
# we need python3-yaml for the script to run
assert_script_run 'dnf -y install python3-yaml', 180;
assert_script_run 'curl -o /root/test.py https://pagure.io/fork/adamwill/fedora-qa/modularity_testing_scripts/raw/more-fixes/f/modular_functions.py';
assert_script_run 'curl -o /root/test.py https://pagure.io/fedora-qa/modularity_testing_scripts/raw/master/f/modular_functions.py';
if ($whitelist eq 'whitelist') {
assert_script_run 'curl -o /root/whitelist https://pagure.io/fedora-qa/modularity_testing_scripts/raw/master/f/whitelist';
}