From c5e69c84fe9824f4b41d7ad2afa874925dd5faed Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Sun, 7 Jul 2019 12:58:42 -0400 Subject: [PATCH] I7000: Updated test script. --- I7000/tests/i7090_test.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I7000/tests/i7090_test.ini b/I7000/tests/i7090_test.ini index 3d420a2..10d99a0 100755 --- a/I7000/tests/i7090_test.ini +++ b/I7000/tests/i7090_test.ini @@ -166,5 +166,5 @@ del test*.tp del test*.cbn del test1.drm set console nolog -if -D "test.log" == "good.test" exit 0 +if -F "test.log" == "good.test" exit 0 exit 1