Fix mocha issues (#7588)

* mocha invert boolean

* Run integration test setup either way
This commit is contained in:
Amir Omidi
2019-10-08 22:14:06 -07:00
committed by GitHub
parent 0788796f1a
commit f475c04ce3
2 changed files with 4 additions and 3 deletions

View File

@@ -10,8 +10,8 @@ fi
cd $ROOT
export ADS_TEST_GREP=@UNSTABLE@
export ADS_TEST_INVERT_GREP=
export ADS_TEST_GREP="(.*@UNSTABLE@|integration test setup)"
export ADS_TEST_INVERT_GREP=0
echo Running UNSTABLE ADS Extension Integration tests