Skip to content

Commit

Permalink
fix: path in uiv integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Yarkov <[email protected]>
  • Loading branch information
timyarkov committed Sep 3, 2023
1 parent b0a929d commit 4082ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/dev_scripts/integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ echo -e "\n---------------------------------------------------------------------
echo "uiv-lib/uiv: Analysing the repo path, the branch name and the commit digest for an NPM project,"
echo "skipping dependency resolution."
echo -e "----------------------------------------------------------------------------------\n"
JSON_EXPECTED=$WORKSPACE/tests/e2e/expected_results/urllib3/urllib3.json
JSON_RESULT=$WORKSPACE/output/reports/github_com/uiv-lib/urllib3/urllib3.json
JSON_EXPECTED=$WORKSPACE/tests/e2e/expected_results/uiv/uiv.json
JSON_RESULT=$WORKSPACE/output/reports/github_com/uiv-lib/uiv/uiv.json
$RUN_MACARON analyze -rp https://github.com/uiv-lib/uiv -b dev -d 057b25b4db0913edab4cf728c306085e6fc20d49 --skip-deps || log_fail

python $COMPARE_JSON_OUT $JSON_RESULT $JSON_EXPECTED || log_fail
Expand Down

0 comments on commit 4082ac9

Please sign in to comment.