Commit Graph

7 Commits

Author SHA1 Message Date
Vincent Danjean 3226dea361 Allow parallel execution of tests
Each test use its own subdirectory in scratch/
2012-07-10 18:16:24 -04:00
Eelco Dolstra 3955ec926c * On FreeBSD, running a program by calling the ELF interpreter
directly (e.g. “/libexec/ld-elf.so.1 /bin/ls”) hangs, and on OpenBSD
  the interpreter is not executable.  Let’s assume that it only works
  on Linux.
2009-11-04 15:26:57 +00:00
Eelco Dolstra fbaddb9b47 * Regression test: Doing "/lib/ld-linux-x86-64.so.2 <program>" should
work on a patched executable (it doesn't right now on x86_64).
2009-01-30 13:49:58 +00:00
Eelco Dolstra c246daeeea * `--interpreter' -> `--set-interpreter'. 2005-10-11 13:05:08 +00:00
Eelco Dolstra d5afac8e03 * Revert. 2005-09-30 21:28:34 +00:00
Eelco Dolstra 460e117720 * Refactoring continued: `--set-interpreter' works again. 2005-09-30 21:22:27 +00:00
Eelco Dolstra 774bdc0d5e * Also try a interpreter with a long name. 2005-09-30 15:43:10 +00:00