Skip to content
Snippets Groups Projects
Commit d0cfda1f authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Sanity check testing on original binaries in test_cmds.sh

Former-commit-id: 6694f636f3b87bc65d352ddc822caf61709cb5cf
parent 03bc00e9
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -e
set -x
cd $CICD_MODULE_WORK_DIR/peasoup_umbrella
source set_env_vars
# internal tests that do not require transforming binaries
cd $PEASOUP_HOME/tests
make clean; ./test_cmds.sh -c orig -l
#!/bin/bash
TEST_LIB=$PEASOUP_HOME/tests/manual_test_lib.sh
TEST_LIB="$(dirname "$(realpath $0)")/../manual_test_lib.sh"
#used for filtering program names from output.
ORIG_NAME=tcpdump
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment