Skip to content

Commit e52c446

Browse files
committed
fixes to exec_log generation
1 parent 00309d1 commit e52c446

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
run: npm ci # or pnpm install / yarn install / bun install
5353
- name: Build with VitePress
5454
run: |
55+
rm -f src/_exec_log.md
5556
npm run docs:build
5657
ls -l src
5758
ls -l .vitepress/dist

ecdsa-rdfc-2019.bats

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ EOF
4141
}
4242

4343
@test "Create the rdf-canon objects" {
44+
export contract=${algo}_rdf-canon-objects
4445
cat <<EOF > $SRC/unsecuredDocument.data.json
4546
{
4647
"unsecuredDocument": {
@@ -61,7 +62,6 @@ EOF
6162
}
6263
}
6364
EOF
64-
export contract="ecdsa_rdf-canon-objects"
6565
input data $SRC/unsecuredDocument.data.json
6666
input keys $SRC/${algo}_keyring.out.json
6767
cat <<EOF > $SRC/${contract}.slang

eddsa-rdfc-2022.bats

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ setup_file() {
2828
}
2929

3030
@test "Create the keyring and document" {
31-
export contract=eddsa_keyring
31+
export contract=${algo}_keyring
3232
cat <<EOF > $SRC/eddsa_keyring.keys.json
3333
{ "w3c test key": "c96ef9ea10c5e414c471723aff9de72c35fa5b70fae97e8832ecac7d2e2b8ed6" }
3434
EOF

0 commit comments

Comments
 (0)