Skip to content

Commit c4f12e9

Browse files
committed
update integration-tests path in generator/test.sh
1 parent e2776ac commit c4f12e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generator/test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ function runTestCase() {
4040
}
4141

4242
if [ $# -eq 0 ]; then
43-
for testCase in "${myDir}"/tests/*/; do
43+
for testCase in "${myDir}"/integration-tests/*/; do
4444
runTestCase "${testCase}"
4545
done
4646
else
47-
runTestCase "${myDir}/tests/$1"
47+
runTestCase "${myDir}/integration-tests/$1"
4848
fi

0 commit comments

Comments
 (0)