Skip to content

Commit

Permalink
Adapted integration tests to new script names
Browse files Browse the repository at this point in the history
  • Loading branch information
obilodeau committed Dec 5, 2023
1 parent 6d4dbd4 commit 8e744f4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions test/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ else
fi

echo ===================================================
echo pyrdp-player.py read a replay in headless mode test
${PREPEND}pyrdp-player.py --headless test/files/test_session.replay
echo pyrdp-player read a replay in headless mode test
${PREPEND}pyrdp-player --headless test/files/test_session.replay
echo

echo ===================================================
echo pyrdp-convert.py to MP4
${PREPEND}pyrdp-convert.py test/files/test_convert.pyrdp -f mp4
echo pyrdp-convert to MP4
${PREPEND}pyrdp-convert test/files/test_convert.pyrdp -f mp4
echo

echo ===================================================
Expand All @@ -38,8 +38,8 @@ rm test_convert.mp4
echo

echo ===================================================
echo pyrdp-convert.py replay to JSON
${PREPEND}pyrdp-convert.py test/files/test_convert.pyrdp -f json
echo pyrdp-convert replay to JSON
${PREPEND}pyrdp-convert test/files/test_convert.pyrdp -f json
echo

echo ===================================================
Expand All @@ -49,8 +49,8 @@ rm test_convert.json
echo

echo ===================================================
echo pyrdp-convert.py PCAP to JSON
${PREPEND}pyrdp-convert.py test/files/test_session.pcap -f json
echo pyrdp-convert PCAP to JSON
${PREPEND}pyrdp-convert test/files/test_session.pcap -f json
echo

echo ===================================================
Expand All @@ -60,8 +60,8 @@ rm "20200319000716_192.168.38.1:20989-192.168.38.1:3389.json"
echo

echo ===================================================
echo pyrdp-convert.py PCAP to replay
${PREPEND}pyrdp-convert.py test/files/test_session.pcap -f replay
echo pyrdp-convert PCAP to replay
${PREPEND}pyrdp-convert test/files/test_session.pcap -f replay
echo

echo ===================================================
Expand Down

0 comments on commit 8e744f4

Please sign in to comment.