Skip to content

Commit

Permalink
Rename integration_tests/run_tests_new.py to run_tests.py
Browse files Browse the repository at this point in the history
Also, allow it executable permission
  • Loading branch information
Shaikh-Ubaid committed Jan 14, 2023
1 parent e05c3df commit 5ef96d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Run integration tests:

```bash
cd integration_tests
./run_tests.sh
./run_tests.py
```

### Speed up Integration Test on Macs
Expand Down
4 changes: 2 additions & 2 deletions ci/test.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ src/bin/lpython --show-cpp tests/doconcurrentloop_01.py
if $WIN != "1":
python run_tests.py
cd integration_tests
python run_tests_new.py -j16 -b llvm cpython c wasm
python run_tests.py -j16 -b llvm cpython c wasm

if $(uname).strip() == "Linux":
python run_tests_new.py -j16 -b x86 wasm_x86 wasm_x64
python run_tests.py -j16 -b x86 wasm_x86 wasm_x64
File renamed without changes.

0 comments on commit 5ef96d0

Please sign in to comment.