Skip to content

Commit

Permalink
Omit run_tests.py on Windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Jan 18, 2022
1 parent 6ee0cee commit ae8a203
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/build.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ src/bin/lpython integration_tests/intrinsics_04s.f90 -o intrinsics_04s
src/bin/lpython integration_tests/intrinsics_04.f90 -o intrinsics_04
./intrinsics_04

python run_tests.py
if $WIN != "1":
python run_tests.py

# Run all tests (does not work on Windows yet):
# cmake --version
Expand Down

0 comments on commit ae8a203

Please sign in to comment.