Skip to content

Commit

Permalink
Fix Xvfb error for GUI Testcase in CGA (#1675)
Browse files Browse the repository at this point in the history
* remove no needed tools

* corrected parser path

* fix typo

* Incremented patch version

---------

Co-authored-by: NadeemYaseen <[email protected]>
Co-authored-by: NadeemYaseen <[email protected]>
  • Loading branch information
3 people authored Aug 17, 2024
1 parent 88dff25 commit 05eb41d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ set(VERSION_MINOR 0)
# Add the spdlog directory to the include path
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/third_party/spdlog/include ${CMAKE_CURRENT_SOURCE_DIR}/third_party/exprtk ${CMAKE_CURRENT_SOURCE_DIR}/third_party/scope_guard)

set(VERSION_PATCH 414)
set(VERSION_PATCH 415)


option(
Expand Down
7 changes: 4 additions & 3 deletions tests/TestGui/compiler_flow/raptor_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function end_time(){
function parse_cga(){
cd $main_path
tail -n100 ./results_dir/raptor.log > ./results_dir/raptor_tail.log
timeout 15m python3 ../../../parser.py ./results_dir/results.log ./results_dir/raptor_perf.log
timeout 15m python3 ../../../../../parser.py ./results_dir/results.log ./results_dir/raptor_perf.log
mv CGA_Result.json ./results_dir
}

Expand Down Expand Up @@ -91,7 +91,8 @@ fi

function compile () {


module unload synopsys/1.0

cd $main_path/results_dir
echo $PWD

Expand All @@ -115,4 +116,4 @@ cat raptor_perf.log >> results.log
echo -e "#############################################\n" >> results.log

end_time
parse_cga
parse_cga

0 comments on commit 05eb41d

Please sign in to comment.