Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carenas committed Jun 9, 2024
1 parent fc70a2d commit 86b76c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,5 @@ jobs:

- name: Test
run: |
cd build\Debug
..\..\RunTest.bat
./pcre2posix_test -v
cd build
ctest .
6 changes: 3 additions & 3 deletions RunTest.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
@rem Tidied and updated for new tests 21, 22, 23 by PH, October 2015.
@rem PH added missing "set type" for test 22, April 2016.
@rem PH added copy command for new testbtables file, November 2020
@rem PH caused it to show comparison output when comparison faile, July 2023
@rem PH updated unknown error number in test
@rem PH caused it to show comparison output when comparison failed, July 2023
@rem PH updated unknown error number in test


setlocal enabledelayedexpansion
Expand Down Expand Up @@ -139,7 +139,7 @@ if "%all%" == "yes" (
set do9=yes
set do10=no
set do11=yes
set do12=no
set do12=yes
set do13=yes
set do14=yes
set do15=yes
Expand Down

0 comments on commit 86b76c9

Please sign in to comment.