Imported Upstream version 1.25.0
[platform/core/ml/nnfw.git] / compiler / one-cmds / tests / one-codegen_neg_001.test
index 27db028..137a3f9 100644 (file)
@@ -21,7 +21,7 @@ filename="${filename_ext%.*}"
 
 trap_err_onexit()
 {
-  if grep -q "error: the following arguments are required" "${filename}.log"; then
+  if grep -q "error: the following arguments are required: -b/--backend" "${filename}.log"; then
     echo "${filename_ext} SUCCESS"
     exit 0
   fi