fix path
This commit is contained in:
parent
4fa9078b17
commit
ac078a4ccc
4 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -ex
|
||||
|
||||
${PWD}add_dummy_commit.sh
|
||||
/tmp/add_dummy_commit.sh
|
||||
|
||||
# NOTE: intentionally uses all of `x.py`, `x`, and `x.ps1` to make sure they all work on Linux.
|
||||
../x.py --stage 2 test --skip src/tools/tidy
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -ex
|
||||
|
||||
${PWD}add_dummy_commit.sh
|
||||
/tmp/add_dummy_commit.sh
|
||||
|
||||
../x.py --stage 2 test \
|
||||
--skip tests \
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -ex
|
||||
|
||||
${PWD}add_dummy_commit.sh
|
||||
/tmp/add_dummy_commit.sh
|
||||
|
||||
##### Test stage 2 #####
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -ex
|
||||
|
||||
${PWD}add_dummy_commit.sh
|
||||
/tmp/add_dummy_commit.sh
|
||||
|
||||
##### Test stage 1 #####
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue