Sha256: 632dd62912567dc3e1f391495992d5d9a203c00bc737cbd7c8ae83ba49549733
Contents?: true
Size: 579 Bytes
Versions: 2
Compression:
Stored size: 579 Bytes
Contents
#!/bin/bash # Notes: # At the moment, the terminal must be set to width 135 x height 34 for # these tests to pass. # die on error set -e # change to directory that contains this script cd "$(dirname "$0")" # Issue regression tests ./342_streams.rb # Integration tests ./dsl_app_001.rb ./dsl_app_002.rb ./dsl_app_003.rb ./dsl_app_004.rb ./dsl_app_005.rb ./dsl_app_006.rb ./dsl_app_007.rb ./dsl_app_008.rb ./dsl_app_009.rb ./dsl_app_010.rb ./dsl_app_011.rb ./dsl_app_012.rb ./dsl_app_013.rb ./dsl_app_014.rb ./dsl_app_015.rb ./dsl_app_016.rb ./dsl_app_021.rb ./dsl_app_022.rb
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vedeu-0.8.7 | integrations/test_runner.sh |
vedeu-0.8.6 | integrations/test_runner.sh |