Skip to content

Commit

Permalink
fixes; reactivate websocket compression tests in default test spec
Browse files Browse the repository at this point in the history
  • Loading branch information
oberstet committed May 24, 2018
1 parent 5338fc1 commit 63e237c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions docker/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
reports
reports*/
6 changes: 1 addition & 5 deletions docker/config/fuzzingserver.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
"url": "ws://127.0.0.1:9001",
"outdir": "./reports/clients",
"cases": ["*"],
"exclude-cases": [
"9.*",
"12.*",
"13.*"
],
"exclude-cases": [],
"exclude-agent-cases": {}
}
2 changes: 1 addition & 1 deletion docker/versions.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export AUTOBAHN_TESTSUITE_VERSION='0.8.0'
# Git working directories of all relevant repos must reside
# in parallel (as siblings) to this repository
#
export AUTOBAHN_TESTSUITE_VCS_REF=`git --git-dir="../autobahn-testsuite/.git" rev-list -n 1 v${AUTOBAHN_TESTSUITE_VERSION} --abbrev-commit`
export AUTOBAHN_TESTSUITE_VCS_REF=`git --git-dir="../.git" rev-list -n 1 v${AUTOBAHN_TESTSUITE_VERSION} --abbrev-commit`
export BUILD_DATE=`date -u +"%Y-%m-%d"`

echo ""
Expand Down

0 comments on commit 63e237c

Please sign in to comment.