We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f8e20 commit b0f103aCopy full SHA for b0f103a
tests/standalone_tests.sh
@@ -25,6 +25,9 @@ grep_output=$(grep --recursive --word-regexp 'tests' --regexp 'standalone=True'
25
# file paths, remove duplicates
26
files=$(echo "$grep_output" | cut -f1 -d: | sort | uniq)
27
28
+echo "asdfasdfasdf"
29
+echo $files
30
+
31
# get the list of parametrizations. we need to call them separately. the last two lines are removed.
32
# note: if there's a syntax error, this will fail with some garbled output
33
if [[ "$OSTYPE" == "darwin"* ]]; then
0 commit comments