~jbicha/firefox/update-dependencies

1
2
3
4
5
6
7
8
#!/bin/sh

set -e

TESTSUITE_DIR=/$($(dirname $0)/../rules echo-MOZ_LIBDIR 2>/dev/null)/testing
TESTRESULTS_DIR=${ADTRESULTSDIR:-"/tmp/testresults"}

$TESTSUITE_DIR/filter_results -d $TESTRESULTS_DIR -x post-process.xml -m $(dirname $0)/../testing/results-filter-manifest.json