965.1.22
by Chris Coulson
* Split mochitests in to separate autopkgtest test scripts so that we can |
1 |
#!/bin/sh
|
2 |
||
3 |
set -e
|
|
4 |
||
965.1.47
by Chris Coulson
* New upstream release from the beta channel (FIREFOX_21_0b1_BUILD1) |
5 |
TESTSUITE_DIR=/$($(dirname $0)/../rules echo-MOZ_LIBDIR 2>/dev/null)/testing |
965.1.22
by Chris Coulson
* Split mochitests in to separate autopkgtest test scripts so that we can |
6 |
TESTRESULTS_DIR=${ADTRESULTSDIR:-"/tmp/testresults"} |
7 |
||
8 |
export LC_ALL=en_US.UTF-8 |
|
9 |
||
10 |
mkdir -p $TESTRESULTS_DIR
|
|
11 |
||
965.1.47
by Chris Coulson
* New upstream release from the beta channel (FIREFOX_21_0b1_BUILD1) |
12 |
$TESTSUITE_DIR/run_mochitest --own-session --xunit-file $TESTRESULTS_DIR/mochitest-ipcplugins.xml --xunit-name "mochitest.ipcplugins" --setpref=dom.ipc.plugins.enabled=false --test-path=dom/plugins/test |