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 e2776ac commit c4f12e9Copy full SHA for c4f12e9
generator/test.sh
@@ -40,9 +40,9 @@ function runTestCase() {
40
}
41
42
if [ $# -eq 0 ]; then
43
- for testCase in "${myDir}"/tests/*/; do
+ for testCase in "${myDir}"/integration-tests/*/; do
44
runTestCase "${testCase}"
45
done
46
else
47
- runTestCase "${myDir}/tests/$1"
+ runTestCase "${myDir}/integration-tests/$1"
48
fi
0 commit comments