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 ASAN_OPTIONS=$ASAN_OPTIONS;
# export OS=$OS;
# cd fruit; extras/scripts/postsubmit-helper.sh $1"
# cd fruit; travis/postsubmit-helper.sh $1"
# exit $?
;;
@ -35,7 +35,7 @@ osx)
export STLARG
export ASAN_OPTIONS
export OS
extras/scripts/postsubmit-helper.sh "$@"
travis/postsubmit-helper.sh "$@"
exit $?
;;

Loading…
Cancel
Save