Commit 4988ae9f authored by Martin Claus's avatar Martin Claus
Browse files

Included usage of PBS_O_WORKDIR

parent a7a782a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ To test the library, you have to start an interactive job
# start insteractive job
qlogin -q veinteractive -l elapstim_req=1800

cd $DIR/libexpat-R_2_2_6/expat
cd $PBS_O_WORKDIR
make -C tests check
exit
```