Sha256: e988ccb26b4b8881ba77a3b491a13be95f461b1eda601fd2a55a85299b3bd47f
Contents?: true
Size: 280 Bytes
Versions: 105
Compression:
Stored size: 280 Bytes
Contents
#!/bin/bash # Runs a single integration spec in an endless loop # This allows us to ensure (after long enough time) that the integration spec is stable and # that there are no anomalies when running it for a long period of time set -e while : do clear bin/scenario $1 done
Version data entries
105 entries across 105 versions & 1 rubygems