Browse Source

Fixed path in travis helper script

tempestpy_adaptions
Matthias Volk 8 years ago
parent
commit
50fc3b1922
  1. 4
      travis/postsubmit.sh

4
travis/postsubmit.sh

@ -25,7 +25,7 @@ linux)
# export STLARG=$STLARG; # export STLARG=$STLARG;
# export ASAN_OPTIONS=$ASAN_OPTIONS; # export ASAN_OPTIONS=$ASAN_OPTIONS;
# export OS=$OS; # export OS=$OS;
# cd fruit; extras/scripts/postsubmit-helper.sh $1"
# cd fruit; travis/postsubmit-helper.sh $1"
# exit $? # exit $?
;; ;;
@ -35,7 +35,7 @@ osx)
export STLARG export STLARG
export ASAN_OPTIONS export ASAN_OPTIONS
export OS export OS
extras/scripts/postsubmit-helper.sh "$@"
travis/postsubmit-helper.sh "$@"
exit $? exit $?
;; ;;

Loading…
Cancel
Save