Skip to content

Commit

Permalink
Add the ability to pass additional command line arguments to ctest us…
Browse files Browse the repository at this point in the history
…ing environment variables.
  • Loading branch information
HazenBabcock committed Dec 11, 2016
1 parent ea68272 commit 3cf79df
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion plplot/arch_linux/test_plplot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ more CMakeCache.txt
echo "<!-- make -->"
make VERBOSE=1
echo "<!-- ctest -->"
ctest --verbose
ctest --verbose $CTESTARGS
echo "<!-- done -->"
2 changes: 1 addition & 1 deletion plplot/centos_latest/test_plplot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ more CMakeCache.txt
echo "<!-- make -->"
make VERBOSE=1
echo "<!-- ctest -->"
ctest --verbose
ctest --verbose $CTESTARGS
echo "<!-- done -->"
2 changes: 1 addition & 1 deletion plplot/debian_latest/test_plplot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ more CMakeCache.txt
echo "<!-- make -->"
make VERBOSE=1
echo "<!-- ctest -->"
ctest --verbose
ctest --verbose $CTESTARGS
echo "<!-- done -->"
2 changes: 1 addition & 1 deletion plplot/debian_stable/test_plplot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ more CMakeCache.txt
echo "<!-- make -->"
make VERBOSE=1
echo "<!-- ctest -->"
ctest --verbose
ctest --verbose $CTESTARGS
echo "<!-- done -->"
2 changes: 1 addition & 1 deletion plplot/fedora_latest/test_plplot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ more CMakeCache.txt
echo "<!-- make -->"
make VERBOSE=1
echo "<!-- ctest -->"
ctest --verbose
ctest --verbose $CTESTARGS
echo "<!-- done -->"
2 changes: 1 addition & 1 deletion plplot/opensuse_tumbleweed/test_plplot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ more CMakeCache.txt
echo "<!-- make -->"
make VERBOSE=1
echo "<!-- ctest -->"
ctest --verbose
ctest --verbose $CTESTARGS
echo "<!-- done -->"
2 changes: 1 addition & 1 deletion plplot/test_plplot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ more CMakeCache.txt
echo "<!-- make -->"
make VERBOSE=1
echo "<!-- ctest -->"
ctest --verbose
ctest --verbose $CTESTARGS
echo "<!-- done -->"
2 changes: 1 addition & 1 deletion plplot/ubuntu_latest/test_plplot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ more CMakeCache.txt
echo "<!-- make -->"
make VERBOSE=1
echo "<!-- ctest -->"
ctest --verbose
ctest --verbose $CTESTARGS
echo "<!-- done -->"

0 comments on commit 3cf79df

Please sign in to comment.