git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2713 331e1502-861f-0410-8da2-ba01fb791d7f
9 lines
111 B
Bash
Executable file
9 lines
111 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "Testing -h"
|
|
./t-eoCheckpointing -h
|
|
|
|
echo "Finished"
|
|
|
|
#TODO test if an error occured
|
|
echo "Ok"
|