Rename WINERUN environment variable to wxTEST_RUNNER
Make the variable name wx-specific before starting to use it in wx tests too.
This commit is contained in:
6
.github/workflows/ci_msw_cross.yml
vendored
6
.github/workflows/ci_msw_cross.yml
vendored
@@ -109,7 +109,7 @@ jobs:
|
|||||||
|
|
||||||
sudo apt-get -qq install $packages
|
sudo apt-get -qq install $packages
|
||||||
|
|
||||||
echo "WINERUN=${winerun}" >> $GITHUB_ENV
|
echo "wxTEST_RUNNER=${winerun}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@@ -197,7 +197,7 @@ jobs:
|
|||||||
|
|
||||||
httpbin_launch
|
httpbin_launch
|
||||||
|
|
||||||
$WINERUN ./test || rc=$?
|
$wxTEST_RUNNER ./test || rc=$?
|
||||||
|
|
||||||
if [ -n "$rc" ]; then
|
if [ -n "$rc" ]; then
|
||||||
httpbin_show_log
|
httpbin_show_log
|
||||||
@@ -207,4 +207,4 @@ jobs:
|
|||||||
- name: Run GUI tests
|
- name: Run GUI tests
|
||||||
working-directory: tests
|
working-directory: tests
|
||||||
run: |
|
run: |
|
||||||
$WINERUN ./test_gui
|
$wxTEST_RUNNER ./test_gui
|
||||||
|
Reference in New Issue
Block a user