Skip to content

Commit 1928fc3

Browse files
committed
Add comments.
1 parent b4b552c commit 1928fc3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/bash
22
set -ueo pipefail
33

4+
# Top-level test runner. Usage is "run.sh <runwasi>" where <runwasi> is a
5+
# WASI-capable runtime.
6+
47
runwasi="$1"
58

69
cd compile-only

0 commit comments

Comments
 (0)