Skip to content

Commit 3fb9310

Browse files
committed
explicitly scopes the time command in claim 8
1 parent 9f899d5 commit 3fb9310

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

claims/claim8/expected.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
The script terminates successfully (exit code 0) implying that the immutability, escape, pointer, and pass-through analyses succeeded, which is indicated by observing output that ends in the following:
22

33
```
4-
real 0m35.169s
5-
user 1m36.384s
6-
sys 0m17.235s
74
Conditions were checked successfully.
5+
6+
real 0m35.647s
7+
user 1m30.336s
8+
sys 0m14.050s
89
```

claims/claim8/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ IMAGE_NAME="ghcr.io/viperproject/diodon-artifact:latest"
66
echo "Analyzing the Application for the Diffie-Hellman case study."
77
echo "This might take about 40s. Please wait..."
88

9-
docker run --platform linux/amd64 --rm --entrypoint "/bin/bash" $IMAGE_NAME -c "cp -r /dh-orig/. dh/; cp -r /ssm-agent-orig/. ssm-agent/; time /gobra/dh/verify-core-assumptions.sh && echo 'Conditions were checked successfully.'"
9+
docker run --platform linux/amd64 --rm --entrypoint "/bin/bash" $IMAGE_NAME -c "cp -r /dh-orig/. dh/; cp -r /ssm-agent-orig/. ssm-agent/; time ( /gobra/dh/verify-core-assumptions.sh && echo 'Conditions were checked successfully.' )"

0 commit comments

Comments
 (0)