scripts/saveSample.sh.in
branch1.11
changeset 2679 9fd11a562b78
parent 1539 dd6d8c22d3fd
child 2468 90595d1c1017
     1.1 --- a/scripts/saveSample.sh.in	Sun Sep 13 17:14:28 2009 +0200
     1.2 +++ b/scripts/saveSample.sh.in	Sat Sep 24 21:47:47 2011 +0200
     1.3 @@ -21,7 +21,10 @@
     1.4  rm -f "${tmp_log_file}"
     1.5  
     1.6  # Parse the configuration file
     1.7 -CT_TestOrAbort "Configuration file not found. Please create one." -f .config
     1.8 +# Don't use CT_TestOrAbort, it prints the test string to [DEBUG]
     1.9 +if [ ! -f .config ]; then
    1.10 +    CT_Abort "Configuration file not found. Please create one."
    1.11 +fi
    1.12  . .config
    1.13  
    1.14  # We can not reliably save a sample which either uses local patches