a number of erronuous return values that made the script fail. What's left is let Marc clean up the mess he made with t-eoReal and t-eoRealAllESAllAgain
9 lines
112 B
Bash
Executable file
9 lines
112 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "Testing -h"
|
|
./t-eoCheckpointing -h
|
|
|
|
echo "Finished"
|
|
|
|
#TODO test if an error occured
|
|
echo "Ok"
|