fixing travis

This commit is contained in:
Dominik Maier
2020-06-09 15:45:42 +02:00
parent 32a40ab5c5
commit 7e818e877a
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
44f4231
a6e943c

View File

@ -198,11 +198,11 @@ echo "[*] Unicornafl bindings installed successfully."
# Compile the sample, run it, verify that it works!
echo "[*] Testing unicornafl python functionality by running a sample test harness"
cd ../samples/simple || exit 1
cd ../samples/simple || echo "Cannot cd"
# Run afl-showmap on the sample application. If anything comes out then it must have worked!
unset AFL_INST_RATIO
echo 0 | ../../../afl-showmap -U -m none -t 2000 -q -o ./.test-instr0 -- $PYTHONBIN ./simple_test_harness.py ./sample_inputs/sample1.bin || exit 1
echo 0 | ../../../afl-showmap -U -m none -t 2000 -q -o ./.test-instr0 -- $PYTHONBIN ./simple_test_harness.py ./sample_inputs/sample1.bin || echo "Showmap"
if [ -s ./.test-instr0 ]
then