Skip to content

Commit 328c41c

Browse files
committed
CI: Use ./run_tests.sh
1 parent a89d93e commit 328c41c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/test.xsh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ src/bin/lpython --show-cpp tests/doconcurrentloop_01.py
1717

1818
if $WIN != "1":
1919
python run_tests.py
20-
python integration_tests/run_tests.py
20+
cd integration_tests
21+
./run_tests.sh

0 commit comments

Comments
 (0)