Skip to content

Commit

Permalink
REVERTME: Run ./wpt test-jobs --all to see if all tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Jun 12, 2019
1 parent 5ede3fb commit 04de8f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines.yml
Expand Up @@ -60,7 +60,7 @@ jobs:
steps:
- template: tools/ci/azure/checkout.yml
- script: |
./wpt test-jobs | while read job; do
./wpt test-jobs --all | while read job; do
echo "$job"
echo "##vso[task.setvariable variable=$job;isOutput=true]true";
done
Expand Down
4 changes: 2 additions & 2 deletions tools/ci/ci_tools_unittest.sh
Expand Up @@ -18,7 +18,7 @@ run_applicable_tox () {
export TOXENV="$OLD_TOXENV"
}

if ./wpt test-jobs --includes tools_unittest; then
if ./wpt test-jobs --all --includes tools_unittest; then
pip install --user -U tox codecov
cd tools
run_applicable_tox
Expand All @@ -27,7 +27,7 @@ else
echo "Skipping tools unittest"
fi

if ./wpt test-jobs --includes wptrunner_unittest; then
if ./wpt test-jobs --all --includes wptrunner_unittest; then
cd tools/wptrunner
run_applicable_tox
cd $WPT_ROOT
Expand Down

0 comments on commit 04de8f6

Please sign in to comment.