Sha256: 3c0a684643168b7d75fb554b473cb3e905d72478050477a253371a1b8b6c9427
Contents?: true
Size: 1.04 KB
Versions: 5
Compression:
Stored size: 1.04 KB
Contents
#FIXME: When executing this test suite via the students-suite it never ends and # use 100% of cpu. If you execute it alone is quite fast. --- Test students tarball (pool_stud.yml): strategy: Pool # FIXME remove this assertion when the load will be mutexed. # pre_assertion: | # TTK::Strategies::Checkout.name # false # This test doesn't work for the moment symbols: dir: <<pwd>>/../../ressources/ball attributes: strategy: Package skip_steps: [ check, distcheck, install ] test: name: test the student exit command strategy: Suite attributes: strategy: Cmd command: "./exit" timeout: 2 dir: <<extract_dir>> contents: - test with 0: { args: 0, exit: 0 } - test with 42: { args: 42, exit: 42 } - test with 3: { args: 3, exit: 3 } contents: - joe: { url: file://<<dir>>/joe-exit.tar.bz2, weight: 3 } - john: { url: file://<<dir>>/john-exit.tar.bz2, weight: 2 } - jack: { url: file://<<dir>>/jack-exit.tar.bz2, weight: 1 }
Version data entries
5 entries across 5 versions & 1 rubygems