diff options
author | Robert Moore <Robert.Moore@intel.com> | 2015-12-02 14:38:54 -0800 |
---|---|---|
committer | Robert Moore <Robert.Moore@intel.com> | 2015-12-02 14:38:54 -0800 |
commit | 85539cd75f11472790783e42aff9189c72483f1f (patch) | |
tree | 836468b4ab4fb19c0e63997e09ec720d8cb85163 /tests | |
parent | f67f4a28d6004633c3f905c05afce1e962daf5fe (diff) | |
download | acpica-85539cd75f11472790783e42aff9189c72483f1f.tar.gz |
Test suite: Update a makefile message
Update "compiled" message for clarity.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/aslts/Makefile.switch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/aslts/Makefile.switch b/tests/aslts/Makefile.switch index 3df3cd62b..ccbbbf5a0 100644 --- a/tests/aslts/Makefile.switch +++ b/tests/aslts/Makefile.switch @@ -21,7 +21,7 @@ install: FORCE if [ $$r -ne 0 ]; then \ exit $r; \ fi; \ - >&2 echo "---- Completed test package [$$d]"; \ + >&2 echo "---- Compiled test package: [$$d]"; \ done clean: FORCE |