scripts/saveSample.sh.in
changeset 1935 c573e3ef5e07
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	Thu Apr 22 19:21:03 2010 +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