~osomon/firefox/firefox.disco-geckodriver

« back to all changes in this revision

Viewing changes to debian/tests/mochitest-4

  • Committer: Olivier Tilloy
  • Date: 2019-06-03 13:16:42 UTC
  • Revision ID: olivier.tilloy@canonical.com-20190603131642-d0doihfpjua018ek
* Stop building firefox-testsuite (LP: #1805019)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
 
3
 
set -e
4
 
 
5
 
TESTSUITE_DIR=/$($(dirname $0)/../rules echo-MOZ_LIBDIR 2>/dev/null)/testing
6
 
TESTRESULTS_DIR=${ADTRESULTSDIR:-"/tmp/testresults"}
7
 
 
8
 
export LC_ALL=en_US.UTF-8
9
 
 
10
 
mkdir -p $TESTRESULTS_DIR
11
 
 
12
 
$TESTSUITE_DIR/run_mochitest --own-session --xunit-file $TESTRESULTS_DIR/mochitest-plain-4.xml --chunk-by-dir 4 --total-chunks 5 --this-chunk 4 --xunit-name 'mochitest.plain.4'