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