Skip to content

Commit

Permalink
Fix GUI post build copy script for test build
Browse files Browse the repository at this point in the history
  • Loading branch information
bjelich committed Jul 28, 2022
1 parent a59b652 commit 59a9707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/util/linux/copy_post_build_gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ chmod +x $OUTPUT_DIR/RadeonGPUAnalyzer

# Copy the automation files/folders.
if [ "$AUTOMATION" = "-automation" ]; then
cp -rf ../../../../RGA-Internal/tests/data $OUTPUT_DIR/
cp ../../../../RGA-Internal/tests_gui/run.py $OUTPUT_DIR/
unzip -o -d $OUTPUT_DIR/ ../../../../rga_internal_utils/tests/rga_gui_test_data.zip
cp ../../../../rga_internal_utils/tests_gui/run.py $OUTPUT_DIR/
chmod +x $OUTPUT_DIR/run.py
fi

Expand Down

0 comments on commit 59a9707

Please sign in to comment.