X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d5b29830df70e823202e384a7655e4371193ecd7..ceaf8b82812aa8d58495687482fc6d4995119934:/BuildSimGrid.sh diff --git a/BuildSimGrid.sh b/BuildSimGrid.sh index f219c89ba1..5f3ce84c1f 100755 --- a/BuildSimGrid.sh +++ b/BuildSimGrid.sh @@ -5,9 +5,6 @@ # # Copyright (C) 2017 The SimGrid Team. Licence: LGPL of WDFPL, as you want. -if [ -e build/default ] ; then - cd build/default -fi ( (nice make -j4 || make) && nice ctest -j4 --output-on-failure ; date ) 2>&1 | tee BuildSimGrid.sh.log