Skip to content

Commit

Permalink
#90 extra check
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 3, 2023
1 parent fc100f6 commit 9103fbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ export

# Run a single step from ./steps
define step
set -e
start=$$(date +%s%N)
echo -e "\n\n\n+++ $(1) +++\n"
@bash $(LOCAL)/steps/$(1).sh
echo "Finished$$("$${LOCAL}/help/tdiff.sh" "$${start}")"
echo "Finished$$("$${LOCAL}/help/tdiff.sh" "$${start}")"
endef

# The main goal
Expand Down
1 change: 1 addition & 0 deletions steps/validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ for f in start.txt hashes.csv report.pdf repositories.csv; do
test -f "${TARGET}/${f}"
done

test "$(find "${TARGET}" -maxdepth 1 | wc -l | xargs)" = 10
test -f "${TARGET}/data/${repo}/ncss.csv"
test -f "${TARGET}/data/${repo}/NHD.csv"
test -f "${TARGET}/data/${repo}/SCOM-cvc.csv"
Expand Down

0 comments on commit 9103fbf

Please sign in to comment.