mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix test script overwriting grep option (#8209)
* Fix test script overwriting grep option * Better logic and fix unstable scripts too
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
PASSED_ARGS="$@"
|
||||
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
realpath() { [[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"; }
|
||||
ROOT=$(dirname $(dirname $(realpath "$0")))
|
||||
@@ -15,4 +17,4 @@ export ADS_TEST_INVERT_GREP=
|
||||
|
||||
echo Running UNSTABLE ADS Core Tests
|
||||
|
||||
./scripts/test.sh
|
||||
./scripts/test.sh $PASSED_ARGS
|
||||
|
||||
Reference in New Issue
Block a user