Skip to content

Commit

Permalink
feat: adding debug node information in validate.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiYou-TW committed Mar 12, 2024
1 parent c93aa51 commit a611a04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lab2/validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ cd $tmp_dir
rm -rf *
cp $solution_path/*.js .
result=$($"node" --test --experimental-test-coverage) ; ret=$?
node --version
echo "$result"
if [ $ret -ne 0 ] ; then
echo "[!] testing fails"
Expand Down

0 comments on commit a611a04

Please sign in to comment.