Skip to content

Commit

Permalink
hopefully final fix after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
witek-formanski committed Nov 4, 2023
1 parent d2c37e7 commit 853af64
Show file tree
Hide file tree
Showing 68 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ jobs:
- name: Test manually
run: |
gcc @configs/options src/evaluate_game.c src/game.c -o src/evaluate_game.e
python scripts/tester.py evaluate_game.c 4 manual
gcc @configs/options src/lab2/evaluate_game.c src/lab2/game.c -o src/lab2/evaluate_game.e
python scripts/tester.py lab2/evaluate_game.c 4 manual
2 changes: 1 addition & 1 deletion scripts/test_detector.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test_folder=$1
declare -A tests_dict

shopt -s globstar
for file in tests/*/*/$test_folder/*.in; do
for file in tests/**/$test_folder/*.in; do
file_path=$(dirname "${file#tests/}")
src_file_path=$(dirname "$file_path")
file_name=$(basename "$file")
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 853af64

Please sign in to comment.