Confirmed users
2,679
edits
Line 409: | Line 409: | ||
* Ensure that releasetest channel contents match beta channel contents | * Ensure that releasetest channel contents match beta channel contents | ||
cd /opt/aus2/snippets/staging/ | cd /opt/aus2/snippets/staging/20080308-Firefox-3.0b4 | ||
find -type d -iregex '.*beta.*' | perl -nle '$a = $_; $a =~ s/beta/releasetest/; system("diff -r -u $_ ../ | find -type d -iregex '.*beta.*' | perl -nle '$a = $_; $a =~ s/beta/releasetest/; system("diff -r -u $_ ../20080308-Firefox-3.0b4-test/$a");' | ||
No difs found - which is correct. | No difs found - which is correct. |