Skip to content

Commit

Permalink
Update tests/qa.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mixmix authored Oct 2, 2024
1 parent c68d66d commit c0f24a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/qa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ entropy sign -a naynay "some content!\nNICE&SIMPLE"

print "// PROGRAM /////////////////////////////////////////////////"

print "program deploy"
DATE=`date` && echo "wasm junk - ${DATE}" > /tmp/entropy.fake.wasm
echo '{"type": "object"}' > /tmp/entropy.configSchema.fake.json
echo '{"type": "object"}' > /tmp/entropy.auxDataSchema.fake.json
print "program deploy"
entropy program deploy -a naynay \
/tmp/entropy.fake.wasm \
/tmp/entropy.configSchema.fake.json \
Expand Down

0 comments on commit c0f24a5

Please sign in to comment.