Skip to content

Commit

Permalink
??
Browse files Browse the repository at this point in the history
  • Loading branch information
faculerena committed Jun 4, 2024
1 parent fcd99f7 commit 9aeeefa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ test_ci: venv
@echo -e "${GREEN}======== Installing Stacy for Clarity ========${NC}"
./venv/bin/pip install $(PATH2)
@echo -e "${GREEN}======== Testing detectors ========${NC}"
alias stacy-analyzer="./venv/bin/stacy-analyzer"
./tests.sh > $(GITHUB_WORKSPACE)/test.out

fish: venv
Expand Down
2 changes: 1 addition & 1 deletion tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ process_example() {
local clar_file=$(find "$example_path" -name "*.clar")
local expected_output_file="$example_path/stdout"

stacy-analyzer lint "$clar_file" > output.tmp
./venv/bin/stacy-analyzer lint "$clar_file" > output.tmp

if ! diff -q output.tmp "$expected_output_file" > /dev/null; then
diff --color output.tmp "$expected_output_file"
Expand Down

0 comments on commit 9aeeefa

Please sign in to comment.