diff options
author | Luca Deri <deri@ntop.org> | 2019-10-02 23:25:05 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-10-02 23:25:05 +0200 |
commit | c247a9d1919d84ba6f781e656e837baaa9cfc386 (patch) | |
tree | a519d18b0f22f704df104d9106e6b442142d5ad5 /tests | |
parent | 4fd7e5734a2c0e35a3de0ab17f016411589488da (diff) |
Code cleanup
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/do.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/do.sh b/tests/do.sh index 805437846..40b93e063 100755 --- a/tests/do.sh +++ b/tests/do.sh @@ -1,3 +1,5 @@ +#!/bin/sh + READER="../example/ndpiReader -p ../example/protos.txt -c ../example/categories.txt" RC=0 |