run integration tests in info mode (#332)

Motivation:

The integration tests' info mode lets us see the number of allocations
the did, that's great.

Modifications:

run integration tests in info mode

Result:

mode information
This commit is contained in:
Johannes Weiß 2018-04-18 18:32:40 +01:00 committed by GitHub
parent 5327cb119c
commit 9360bd5c49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@
##===----------------------------------------------------------------------===##
mkdir -p .build # for the junit.xml file
./IntegrationTests/run-tests.sh --junit-xml .build/junit-sh-tests.xml
./IntegrationTests/run-tests.sh --junit-xml .build/junit-sh-tests.xml -i