Skip to content

Commit

Permalink
fix: correct syntax in test shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpig committed Oct 25, 2024
1 parent 4e4743f commit a1c516a
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 a1c516a

Please sign in to comment.