Skip to content

Commit

Permalink
check-generated-code.nix: Add more verbosity
Browse files Browse the repository at this point in the history
Just to be clear about what is actually being checked.
  • Loading branch information
lukego committed Jul 28, 2017
1 parent 4aaa844 commit fcf7053
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions check-generated-code.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ overrideDerivation raptorjit (as:
{
checkPhase = ''
for f in ${generatedFiles}; do
echo "checking $f.."
diff -u src/reusevm/$f src/$f
done
echo "all files ok"
'';
doCheck = true;
})

0 comments on commit fcf7053

Please sign in to comment.