Skip to content

Commit

Permalink
disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dlidstrom committed Apr 3, 2024
1 parent 83a009d commit b93e917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
mkdir -p build
pushd build
cmake .. -DDUPLO_VERSION=\"$DUPLO_VERSION\"
make
popd
./compile.sh
zip --junk-paths duplo-macos build/duplo
- name: upload macos artifact
uses: actions/upload-artifact@v1
Expand Down
3 changes: 1 addition & 2 deletions tests/Quake2/tests.bats
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
@test "g_chase.c" {
run ./build/duplo tests/Quake2/files.lst out.txt
cat out.txt
run cat out.txt
printf 'lines %s\n' "${lines[@]}" >&2
echo "status = $status"
[ "$status" -eq 0 ]
[ "${lines[0]}" = "Loading and hashing files ... 2 done." ]
[ "${lines[1]}" = "tests/Quake2/g_chase.c found: 1 block(s)" ]
Expand Down

0 comments on commit b93e917

Please sign in to comment.