Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-30 | scripts: fix for POSIX compliance | Yann E. MORIN | |
Using two '=' for string comparison is a bashism. Revert to using one, as stated in POSIX 1003.1-2008. Of the three affected scripts, two are explicitly called vi #!/bin/bash. Those two do not _need_ the fix, but gets it nonetheless, in case we later switch to a POSIX-compliant shell for those scripts. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-02-02 | Create a log file as well as stdout during test | Ulf Samuelsson | |
2009-01-29 | run test with some knowledge of ARCH | Ulf Samuelsson | |
2009-01-25 | Update verification scripts and status for ARM build | Ulf Samuelsson | |
2009-01-22 | Add help script for testing | Ulf Samuelsson | |