Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpig committed Oct 24, 2024
1 parent d851dbf commit 4e4743f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oci.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
echo "" > results.tap
RUNTIME=${RUNTIME:./brownie}
RUNTIME=${RUNTIME:"./brownie"}
./validation/default/default.t 2>&1 | tee -a results.tap
./validation/config_updates_without_affect/config_updates_without_affect.t 2>&1 | tee -a results.tap
./validation/create/create.t 2>&1 | tee -a results.tap
Expand Down

0 comments on commit 4e4743f

Please sign in to comment.