Skip to content

Commit

Permalink
diff -ur should be good
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Nov 17, 2022
1 parent 43af5d8 commit 76e5e80
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/scripts/check_cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,7 @@ pasdoc_call --output=scripts/check_cache_tmp/1/
pasdoc_call --output=scripts/check_cache_tmp/2/

echo 'Comparing two outputs:'
echo 'TODO: temp test of GH Actions'
pwd
echo 'ls:'
ls -FlahR
echo 'Now compare:'
diff -u scripts/check_cache_tmp/1/ scripts/check_cache_tmp/2/
diff -ur scripts/check_cache_tmp/1/ scripts/check_cache_tmp/2/
echo 'OK, test passed.'

rm -Rf scripts/check_cache_tmp/

0 comments on commit 76e5e80

Please sign in to comment.