mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 14:25:44 +08:00
Rename tests to tests.py (#374)
This commit is contained in:
parent
5b78465059
commit
a9bdce6cc0
2
.github/workflows/prototyping.yml
vendored
2
.github/workflows/prototyping.yml
vendored
@ -73,7 +73,7 @@ jobs:
|
|||||||
working-directory: prototyping
|
working-directory: prototyping
|
||||||
run: |
|
run: |
|
||||||
mkdir test-failures
|
mkdir test-failures
|
||||||
python tests -l ../build/luau-ast --write-diff-failures --diff-failure-location test-failures/
|
python tests.py -l ../build/luau-ast --write-diff-failures --diff-failure-location test-failures/
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import difflib
|
import difflib
|
Loading…
Reference in New Issue
Block a user