Sha256: 2e44787852fc57c2add5c1bc8a32d6a84efcd58a9d7ba427dda8c7a6bdf3eb67

Contents?: true

Size: 299 Bytes

Versions: 396

Compression:

Stored size: 299 Bytes

Contents

#!/bin/bash
exercises=$(find . -name '*.spec.coffee' | perl -pe 's#^\./([^/]*).*#$1#')
echo $exercises
for dir in $exercises; do
  echo ===========================================
  echo $dir
  echo ===========================================
  bin/test_exercise `echo $dir | perl -pe 's#/##'`
done

Version data entries

396 entries across 396 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/coffeescript/bin/run_all_tests
trackler-2.2.1.179 tracks/coffeescript/bin/run_all_tests
trackler-2.2.1.178 tracks/coffeescript/bin/run_all_tests
trackler-2.2.1.177 tracks/coffeescript/bin/run_all_tests
trackler-2.2.1.176 tracks/coffeescript/bin/run_all_tests
trackler-2.2.1.175 tracks/coffeescript/bin/run_all_tests
trackler-2.2.1.174 tracks/coffeescript/bin/run_all_tests
trackler-2.2.1.173 tracks/coffeescript/bin/run_all_tests
trackler-2.2.1.172 tracks/coffeescript/bin/run_all_tests
trackler-2.2.1.171 tracks/coffeescript/bin/run_all_tests
trackler-2.2.1.170 tracks/coffeescript/bin/run_all_tests
trackler-2.2.1.169 tracks/coffeescript/bin/run_all_tests
trackler-2.2.1.167 tracks/coffeescript/bin/run_all_tests
trackler-2.2.1.166 tracks/coffeescript/bin/run_all_tests
trackler-2.2.1.165 tracks/coffeescript/bin/run_all_tests
trackler-2.2.1.164 tracks/coffeescript/bin/run_all_tests
trackler-2.2.1.163 tracks/coffeescript/bin/run_all_tests
trackler-2.2.1.162 tracks/coffeescript/bin/run_all_tests
trackler-2.2.1.161 tracks/coffeescript/bin/run_all_tests
trackler-2.2.1.160 tracks/coffeescript/bin/run_all_tests