AztecProtocol / noir-starter

MIT License
168 stars 40 forks source link

Multiple runs for automated test fails due to bug in the createFile.sh script #31

Closed bbresearcher closed 1 year ago

bbresearcher commented 1 year ago

Description

Fixed a bug which caused src directory to be copied into the src directory causing a pattern like /src/src.

Problem*

Failing after multiple runs, because src directory was copied into src

Resolves

Summary*

I changed the createFile.sh and removed the path /tmp$1/src to be /tmp/$1, as the src will be copied there by the command.

Additional Context

PR Checklist*

netlify[bot] commented 1 year ago

Deploy request for noir-next-hardhat rejected.

Name Link
Latest commit ed55feace2a72ad3cae6b84c8a4028ec6f6d3c34
critesjosh commented 1 year ago

thanks!